Ver a proveniência

[优惠券][修改]:0元券,领取状态的修改

tags/富茂链客_2.2.6
meo há 6 anos
ascendente
cometimento
258c665f18
4 ficheiros alterados com 7 adições e 10 eliminações
  1. +2
    -2
      config/config.js
  2. +1
    -5
      pages/order/detail/index.js
  3. +3
    -2
      pages/order/index/index.js
  4. +1
    -1
      pages/user/index.wxml

+ 2
- 2
config/config.js Ver ficheiro

@@ -1,8 +1,8 @@
var config = {
// url: "http://10.11.205.51:7000/C/api",
// url: "https://ciformall.youlane.cn/C/api",
// url:"https://c.malls.iformall.com/C/api",
url: "http://81be62f2.ngrok.io/C/api",
url:"https://c.malls.iformall.com/C/api",
// url: "http://81be62f2.ngrok.io/C/api",
api: {
/**
* 接口用途:login


+ 1
- 5
pages/order/detail/index.js Ver ficheiro

@@ -62,8 +62,6 @@ Page({
setTimeout(function () {
wx.hideLoading();
}, 1500);
// that.data.setInter = setInterval(function() {

Http.get({
url: config.api.orderDetail,
data: {
@@ -83,8 +81,6 @@ Page({
createDate: createDate
});
});

// }, 100);
},

/**
@@ -165,7 +161,7 @@ Page({
wx.hideLoading();
}, 1600);
setTimeout(() => {
wx.navigateTo({
wx.redirectTo({
url: `/pages/order/detail/index?orderId=${orderId}`
});
}, 1600);


+ 3
- 2
pages/order/index/index.js Ver ficheiro

@@ -102,8 +102,6 @@ Page({
// createDate: util.formatTime(that.data.list[i].createDate, "201y-M-d h:m:s")
// })
// }


for (let i = 0; i < that.data.list.length; i++) {
var createDate1 = util.formatTime(that.data.list[i].createDate, "yyyy-MM-dd hh:mm:ss");
/**
@@ -147,6 +145,9 @@ Page({
page: 1
})
this.getList(detail.key, 1);
},
onShow(){

},
onReachBottom: function () {
var that = this;


+ 1
- 1
pages/user/index.wxml Ver ficheiro

@@ -69,7 +69,7 @@
<view class="margin"></view>
<!-- <button bindtap="navigateTo" class="user-out-btn">退出登陆</button> -->
<view bindlongtap='showVersion' class='version'>
<view wx:if="{{flag=='show'}}">版本号:2.2.52</view>
<view wx:if="{{flag=='show'}}">版本号:2.2.6</view>
<view wx:if="{{flag=='hidden'}}"></view>
</view>
</view>


Carregando…
Cancelar
Guardar