Browse Source

no message

feature/v1.1.0
xpz2018 7 years ago
parent
commit
b9d497c588
2 changed files with 6 additions and 2 deletions
  1. 2
      pages/activity_detail/activity_detail.js
  2. 6
      pages/activity_detail/activity_detail.json

2
pages/activity_detail/activity_detail.js

@ -465,7 +465,6 @@ Page({
//打败Actionsheet,进行分享
openActionsheet: function () {
console.log("qrImageUrl:" + this.data.qrImageUrl)
if (this.data.qrImageUrl.length == 0) {
wx.showLoading({
title: '正在获取',
@ -509,6 +508,7 @@ Page({
}
});
} else {
console.log("openActionsheet>>qrImageUrl:" + this.data.qrImageUrl)
this.setData({
'show': true
});

6
pages/activity_detail/activity_detail.json

@ -1,3 +1,7 @@
{
"navigationBarTitleText": "活动详情"
"navigationBarTitleText": "活动详情",
"usingComponents": {
"zan-actionsheet": "../../components/actionsheet/index",
"zan-popup": "../../components/popup/index"
}
}
Loading…
Cancel
Save