瀏覽代碼

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

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",
"imgOrgUrl1": "https: //s3.cn-northwest-1.amazonaws.com.cn",
"imgNewUrl": "https://ciformall.youlane.cn/img",
"imgNewUrl1": "https://ciformall.youlane.cn/img1",
"imgNewUrl1": "https://ciformall.youlane.cn/img1"
},
"name": "富茂客官开发",
"weappId": "wxea71200db93d756b",


+ 1
- 3
pages/cardorder/index/index.js 查看文件

@@ -37,10 +37,8 @@ Page({
url: '/pages/main/index',
})
},
onShow: function() {
onLoad: function() {
let that = this;
console.log("onShow")
console.log(that.data.current_scroll)
if (that.data.current_scroll == "4") {
that.getList(4, 1);
} else {


+ 1
- 1
pages/index/searchbar/detail/index.wxml 查看文件

@@ -105,7 +105,7 @@
<view class='modal' wx:if="{{isshare}}" bindtap='hidemodal'>
<view class='modal-content'>
<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>
<text>微信好友</text>
</view>


Loading…
取消
儲存