| @@ -11,7 +11,7 @@ | |||||
| "imgOrgUrl": "https://iformall-net.s3.cn-northwest-1.amazonaws.com.cn", | "imgOrgUrl": "https://iformall-net.s3.cn-northwest-1.amazonaws.com.cn", | ||||
| "imgOrgUrl1": "https: //s3.cn-northwest-1.amazonaws.com.cn", | "imgOrgUrl1": "https: //s3.cn-northwest-1.amazonaws.com.cn", | ||||
| "imgNewUrl": "https://ciformall.youlane.cn/img", | "imgNewUrl": "https://ciformall.youlane.cn/img", | ||||
| "imgNewUrl1": "https://ciformall.youlane.cn/img1", | |||||
| "imgNewUrl1": "https://ciformall.youlane.cn/img1" | |||||
| }, | }, | ||||
| "name": "富茂客官开发", | "name": "富茂客官开发", | ||||
| "weappId": "wxea71200db93d756b", | "weappId": "wxea71200db93d756b", | ||||
| @@ -37,10 +37,8 @@ Page({ | |||||
| url: '/pages/main/index', | url: '/pages/main/index', | ||||
| }) | }) | ||||
| }, | }, | ||||
| onShow: function() { | |||||
| onLoad: function() { | |||||
| let that = this; | let that = this; | ||||
| console.log("onShow") | |||||
| console.log(that.data.current_scroll) | |||||
| if (that.data.current_scroll == "4") { | if (that.data.current_scroll == "4") { | ||||
| that.getList(4, 1); | that.getList(4, 1); | ||||
| } else { | } else { | ||||
| @@ -105,7 +105,7 @@ | |||||
| <view class='modal' wx:if="{{isshare}}" bindtap='hidemodal'> | <view class='modal' wx:if="{{isshare}}" bindtap='hidemodal'> | ||||
| <view class='modal-content'> | <view class='modal-content'> | ||||
| <view> | <view> | ||||
| <button class='share user-motto' data-id='{{data.id}}' data-couponId='{{data.couponId}}' data-title='{{data.title}}' id="shareBtn" open-type="share" hover-class="other-button-hover"></button> | |||||
| <button class='share user-motto' data-title='{{data.title}}' id="shareBtn" open-type="share" hover-class="other-button-hover"></button> | |||||
| <image src='./../../../../assets/images/wechat.png' mode='aspectFit'></image> | <image src='./../../../../assets/images/wechat.png' mode='aspectFit'></image> | ||||
| <text>微信好友</text> | <text>微信好友</text> | ||||
| </view> | </view> | ||||