Commit 8633c642 by 施宇

1111

parent a2315167
......@@ -67,7 +67,6 @@ const actions = {
if (data.data.total) {
totalPage = Math.ceil(data.data.total / 10);
}
console.log(totalPage)
if (p == totalPage || !totalPage) {
state.finished = true;
}
......
......@@ -58,7 +58,7 @@
// 微信配置
console.log(self.wxShareInfo)
wx.config({
debug: false,
debug: true,
appId: self.wxShareInfo.appId,
timestamp: self.wxShareInfo.timestamp,
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