Sfoglia il codice sorgente

[客服电话][修改]:[在所有的有电话的地方增加客服电话]

tags/C.7.1.0
meo 6 anni fa
parent
commit
148c5b61be
11 ha cambiato i file con 8 aggiunte e 16 eliminazioni
  1. +1
    -1
      pages/ConsumeDetail/ConsumeDetail.wxml
  2. +0
    -1
      pages/cardListDetail/cardListDetail.wxml
  3. +0
    -6
      pages/coupon/detail/index.js
  4. +1
    -1
      pages/coupon/detail/index.wxml
  5. +1
    -1
      pages/couponorder/detail/index.wxml
  6. +1
    -1
      pages/index/searchbar/index.wxml
  7. +1
    -1
      pages/joinFrDpell/index.wxml
  8. +1
    -1
      pages/order/detail/index.wxml
  9. +1
    -1
      pages/specialcourtesy/specialcourtesy.wxml
  10. +1
    -1
      pages/spellGroup/mySpellGroup/index.wxml
  11. +0
    -1
      pages/spellGroup/mySpellGroup/index.wxss

+ 1
- 1
pages/ConsumeDetail/ConsumeDetail.wxml Vedi File

@@ -17,7 +17,7 @@
<text>{{item.merchantName}}</text>
<text>{{item.addr}}{{item.buildingName}}{{item.floorName}}</text>
</view>
<image bindtap='phone' data-merchantLinkPhone='{{item.merchantLinkPhone}}' class="tel" src="{{teljpgUrl}}" mode="widthFix" />
<image bindtap='phone' data-merchantLinkPhone='{{item.linkLinePhone?item.linkLinePhone:item.merchantLinkPhone}}' class="tel" src="{{teljpgUrl}}" mode="widthFix" />
</view>
</view>
<view class='bottom' bindtap='more' wx:if="{{showMore}}">{{more}}</view>


+ 0
- 1
pages/cardListDetail/cardListDetail.wxml Vedi File

@@ -1,5 +1,4 @@
<view wx:if="{{showPage}}">
<!-- 券的详情页面 -->
<view class='coupons'>
<view class="coupons-body">
<view class='banner'>


+ 0
- 6
pages/coupon/detail/index.js Vedi File

@@ -823,14 +823,8 @@ Page({
wx.showLoading({
title: '订单正在处理中...',
})
setTimeout(function() {
wx.hideLoading()
}, 5000)
that.payOrderUpdate(that.data.orderId, payOrderId, 1, '', '', that);
if (res.errMsg == "requestPayment:ok") {
setTimeout(function() {
wx.hideLoading();
}, 2000);
/**
* 用户支付成功以后跳转到券包列表
*/


+ 1
- 1
pages/coupon/detail/index.wxml Vedi File

@@ -100,7 +100,7 @@
</view>
</view>
</view>
<image bindtap='phone' data-merchantLinkPhone='{{item.merchantLinkPhone}}' class="tel" src="{{teljpgUrl}}" mode="widthFix" />
<image bindtap='phone' data-merchantLinkPhone='{{item.linkLinePhone?item.linkLinePhone:item.merchantLinkPhone}}' class="tel" src="{{teljpgUrl}}" mode="widthFix" />
</view>
</view>
<view class='bottom' bindtap='more' wx:if="{{showMore}}">{{more}}</view>


+ 1
- 1
pages/couponorder/detail/index.wxml Vedi File

@@ -61,7 +61,7 @@
<text>{{item.merchantName}}</text>
<text>{{item.addr}}{{item.buildingName}}{{item.floorName}}</text>
</view>
<view bindtap='phone' data-merchantLinkPhone='{{item.merchantLinkPhone}}'>
<view bindtap='phone' data-merchantLinkPhone='{{item.linkLinePhone?item.linkLinePhone:item.merchantLinkPhone}}'>
<image class="tel" src="{{teljpgUrl}}" mode="widthFix" />
</view>
</view>


+ 1
- 1
pages/index/searchbar/index.wxml Vedi File

@@ -31,7 +31,7 @@
</view>
</view>
</view>
<image bindtap='phone' data-merchantLinkPhone='{{item.merchantLinkPhone}}' class="tel" src="{{teljpgUrl}}" mode="widthFix" />
<image bindtap='phone' data-merchantLinkPhone='{{item.linkLinePhone?item.linkLinePhone:item.merchantLinkPhone}}' class="tel" src="{{teljpgUrl}}" mode="widthFix" />
</view>
</view>
<view class='position' wx:if="{{merchantVoList.length==0}}">


+ 1
- 1
pages/joinFrDpell/index.wxml Vedi File

@@ -40,7 +40,7 @@
<text>{{item.merchantName}}</text>
<text>{{item.addr}}{{item.buildingName}}{{item.floorName}}</text>
</view>
<image bindtap='phone' data-merchantLinkPhone='{{item.merchantLinkPhone}}' class="tel" src="{{teljpgUrl}}" mode="widthFix" />
<image bindtap='phone' data-merchantLinkPhone='{{item.linkLinePhone?item.linkLinePhone:item.merchantLinkPhone}}' class="tel" src="{{teljpgUrl}}" mode="widthFix" />
</view>
</view>



+ 1
- 1
pages/order/detail/index.wxml Vedi File

@@ -67,7 +67,7 @@
<text>适用门店:</text>
</view>
<view wx:if="{{order.merchantVoList.length>=1}}" wx:for="{{order.merchantVoList}}" wx:key="{{index}}">
<view class='merchantVoList' bindtap='phone' data-merchantlinkphone='{{item.merchantLinkPhone}}'><image class='merchantImgUrl' src='{{item.merchantImgUrl}}' mode='widthFix'></image><text class='merchantName'>{{item.merchantName}} {{item.buildingName}}{{item.floorName}}</text><image class="tel" src="{{teljpgUrl}}" mode="widthFix"></image></view>
<view class='merchantVoList' bindtap='phone' data-merchantlinkphone='{{item.linkLinePhone?item.linkLinePhone:item.merchantLinkPhone}}'><image class='merchantImgUrl' src='{{item.merchantImgUrl}}' mode='widthFix'></image><text class='merchantName'>{{item.merchantName}} {{item.buildingName}}{{item.floorName}}</text><image class="tel" src="{{teljpgUrl}}" mode="widthFix"></image></view>
</view>
</view>
<!-- 待付款 显示立即购买的按钮 -->


+ 1
- 1
pages/specialcourtesy/specialcourtesy.wxml Vedi File

@@ -24,7 +24,7 @@
{{list.buildingName}}{{list.floorName}}
</view>
</view>
<view class='fr' bindtap='phone' data-merchantLinkPhone='{{item.merchantLinkPhone}}'>
<view class='fr' bindtap='phone' data-merchantLinkPhone='{{item.linkLinePhone?item.linkLinePhone:item.merchantLinkPhone}}'>
<image class="fr" src='{{teliconUrl}}' mode='widthFix'></image>
</view>
</view>


+ 1
- 1
pages/spellGroup/mySpellGroup/index.wxml Vedi File

@@ -53,7 +53,7 @@
<text>{{item.merchantName}}</text>
<text>{{item.addr}}{{item.buildingName}}{{item.floorName}}</text>
</view>
<image bindtap='phone' data-merchantLinkPhone='{{item.merchantLinkPhone}}' class="tel" src="{{teljpgUrl}}" mode="widthFix" />
<image bindtap='phone' data-merchantLinkPhone='{{item.linkLinePhone?item.linkLinePhone:item.merchantLinkPhone}}' class="tel" src="{{teljpgUrl}}" mode="widthFix" />
</view>
</view>
<view class='notes'>


+ 0
- 1
pages/spellGroup/mySpellGroup/index.wxss Vedi File

@@ -77,7 +77,6 @@ button::after{ border: none; }
width: 100%;
height: auto;
padding-top: 6rpx;
border-top: 2rpx solid rgb(240, 238, 238);
}
.des-peoplenum{
display: inline;


Caricamento…
Annulla
Salva