Commit bff2d0d5 by 施宇

11

parent 0b5e25a5
......@@ -16,7 +16,6 @@ Page({
onLoad(options) {
let username = JSON.parse(options.username);
this.setData({ username: username });
console.log(username)
if (getApp().globalData.customerNum == username.your){
wx.setNavigationBarTitle({
title: '芯掌柜客服'
......
......@@ -133,7 +133,6 @@ Page({
img: detail.ext.img,
img1: detail.ext.img1
};
console.log(nameList)
wx.navigateTo({
url: "/pages/detail/chat/index?username=" + JSON.stringify(nameList)
});
......@@ -182,7 +181,6 @@ Page({
* 生命周期函数--监听页面隐藏
*/
onHide: function () {
console.log(wx)
wx.removeStorageSync('is_ShowModal')
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment