Преглед изворни кода

[门店详情][修改]:[删除无用的代码]

tags/江西版6.1.0
meo пре 6 година
родитељ
комит
64e2d07036
3 измењених фајлова са 3 додато и 5 уклоњено
  1. +1
    -1
      ext.json
  2. +1
    -3
      pages/cardorder/index/index.js
  3. +1
    -1
      pages/index/searchbar/detail/index.wxml

+ 1
- 1
ext.json Прегледај датотеку

@@ -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",


+ 1
- 3
pages/cardorder/index/index.js Прегледај датотеку

@@ -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 {


+ 1
- 1
pages/index/searchbar/detail/index.wxml Прегледај датотеку

@@ -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>


Loading…
Откажи
Сачувај