Browse Source

代码提交

master
nige 3 years ago
parent
commit
b02c1b69f8
  1. 2
      app.js
  2. 7
      pages/index/index.wxml
  3. 2
      pages/list/techan/index.wxss
  4. 4
      pages/user/order/refundInfo/index.wxml

2
app.js

@ -21,7 +21,7 @@ App({
unique_key: "wechatxcx"
}).then(res => {
let data = JSON.parse(res.data);
data.isTest = data.isTest90? true : false;
data.isTest = data.isTest92? true : false;
this.globalData.configJson = data
}).then(() => {
// 获取ui配置文件

7
pages/index/index.wxml

@ -283,10 +283,15 @@
</view>
<view style="overflow-x:auto">
<view class="pbservice" style="width:100%">
<view bindtap="gotoPath" data-event="comfort_click" data-title="景区舒适度"
<!-- <view bindtap="gotoPath" data-event="comfort_click" data-title="景区舒适度"
data-path="/pages/pbService/sceneComfort/index" class="pbservice-item">
<image src="https://static.ticket.sz-trip.com/xcxImages/pbservice/pb4.png" mode="widthFix"></image>
<view>景区舒适度</view>
</view> -->
<view bindtap="gotoUrl" data-event="comfort_click" data-title="景区舒适度"
data-url="https://m.cloud.sz-trip.com/ScenicComfort" class="pbservice-item">
<image src="https://static.ticket.sz-trip.com/xcxImages/pbservice/pb4.png" mode="widthFix"></image>
<view>景区舒适度</view>
</view>
<view bindtap="gotoUrl" data-event="xlqc"
data-url="https://weixin.2500sz.net/zt/2023/07/luggage_storage/" class="pbservice-item">

2
pages/list/techan/index.wxss

@ -105,7 +105,7 @@ page {
margin-right: 19rpx;
}
.product-item:nth-child(3){
margin-right: 0;
/* margin-right: 0; */
}
.product-item image {
width: 212rpx;

4
pages/user/order/refundInfo/index.wxml

@ -3,10 +3,10 @@
<view class="top-box" wx:if="{{info}}">
<view class="order-state">{{state[info.order.state]}}</view>
<view class="state-tip">{{info.remark}}</view>
<view class="top-item">
<!-- <view class="top-item">
<text>退款金额</text>
<text>¥{{info.refund_money/100}}</text>
</view>
</view> -->
<view class="top-item">
<text>支付渠道</text>
<text>{{info.pay_method}}</text>

Loading…
Cancel
Save