Commit 27780994 by 谢中龙

修改签到

parent 6d81caae
...@@ -8,7 +8,6 @@ wxService.page({ ...@@ -8,7 +8,6 @@ wxService.page({
* 页面的初始数据 * 页面的初始数据
*/ */
data: { data: {
webViewUrl : 'https://crm-m.bigaka.net/activity/sign.html?brandId=1002'
}, },
/** /**
...@@ -16,11 +15,6 @@ wxService.page({ ...@@ -16,11 +15,6 @@ wxService.page({
*/ */
onLoad: function (options) { onLoad: function (options) {
wx.hideShareMenu(); wx.hideShareMenu();
// console.log(this.data.signUrl)
// this.data.webViewUrl = this.data.signUrl;
// this.setData({
// webViewUrl : this.data.webViewUrl
// });
}, },
/** /**
......
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 to comment