Commit 8633c642 by 施宇

1111

parent a2315167
...@@ -67,7 +67,6 @@ const actions = { ...@@ -67,7 +67,6 @@ const actions = {
if (data.data.total) { if (data.data.total) {
totalPage = Math.ceil(data.data.total / 10); totalPage = Math.ceil(data.data.total / 10);
} }
console.log(totalPage)
if (p == totalPage || !totalPage) { if (p == totalPage || !totalPage) {
state.finished = true; state.finished = true;
} }
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
// link: window.location.origin+"/v3/samplereg?uid="+util.getCookie("Yo4teW_uid"), // 分享链接 // link: window.location.origin+"/v3/samplereg?uid="+util.getCookie("Yo4teW_uid"), // 分享链接
imgUrl: "http://img.ichunt.com/images/ichunt/self_sample/apply.png", // 分享图标 imgUrl: "http://img.ichunt.com/images/ichunt/self_sample/apply.png", // 分享图标
success: function (resp) { success: function (resp) {
}, },
error:function(){ error:function(){
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
// 微信配置 // 微信配置
console.log(self.wxShareInfo) console.log(self.wxShareInfo)
wx.config({ wx.config({
debug: false, debug: true,
appId: self.wxShareInfo.appId, appId: self.wxShareInfo.appId,
timestamp: self.wxShareInfo.timestamp, timestamp: self.wxShareInfo.timestamp,
nonceStr: self.wxShareInfo.nonceStr, nonceStr: self.wxShareInfo.nonceStr,
......
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