Browse Source

修复

master
jiazhipeng 8 months ago
parent
commit
0122c6e08c
  1. 2
      pages/ask/index.wxml
  2. 4
      pages/ask/my/index.wxml
  3. 5
      pages/order/postOrder/index.wxml
  4. 4
      pages/user/profile/index.wxml
  5. 4
      pages/user/user.js
  6. 8
      pages/user/user.wxml

2
pages/ask/index.wxml

@ -21,6 +21,6 @@
</navigator>
<view class="fixed-bottom-blank"></view>
<view class="fixed-bottom">
<input type="text" bindinput="inputQues" placeholder="请输入5-50字的问题"></input>
<input value="{{ques}}" type="text" bindinput="inputQues" placeholder="请输入5-50字的问题"></input>
<view class="btn" bindtap="question">提问</view>
</view>

4
pages/ask/my/index.wxml

@ -24,3 +24,7 @@
</view>
</navigator>
</view>
<view style="text-align: center;padding-top: 40rpx;" wx:if="{{list.length<=0}}">
暂无数据
</view>

5
pages/order/postOrder/index.wxml

@ -25,7 +25,7 @@
<view class="number-box">{{item.productNum}}</view>
<view wx:if="{{!kjId && !gp_id}}" class="iconfont icon-add-select" bindtap="add" data-index="{{index}}"></view>
</view>
<view class="box-title" style="height:auto;min-height:126rpx;position: relative;">
<view class="box-title" style="height:auto;min-height:126rpx;position: relative;" wx:if="{{item.sku.is_batch_shipment}}">
<view style="flex:1;white-space:nowrap;margin-right:20rpx;">收货方式</view>
<view class="batch-view">
<view class="flex" bind:tap="changeBatchShip" data-item="{{item}}" data-value="{{0}}" data-index="{{index}}">
@ -47,7 +47,8 @@
<view class="box-title" style="height:auto;min-height:113rpx;">
<view style="flex:1;white-space:nowrap;margin-right:20rpx;">运费</view>
<view style="display: flex;">
<text>{{item.postFee?(item.postFee==0?'包邮':("¥"+(item.postFee/100))):item.sku.sku_model.post_template_name}}</text>
<!-- <text>{{item.postFee?(item.postFee==0?'包邮':("¥"+(item.postFee/100))):item.sku.sku_model.post_template_name}}</text> -->
<text>{{item.postFee?("¥"+(item.postFee/100)):"包邮"}}</text>
<view wx:if="{{item.postFee>0 && item.sku.batch_shipment==1}}">
<text style="padding-left: 10rpx;">x{{item.sku.batch_count}}</text>
<text style="padding-left: 40rpx;">¥{{(item.postFee/100)*item.sku.batch_count}}</text>

4
pages/user/profile/index.wxml

@ -16,11 +16,11 @@
<view style="font-size:30rpx" class="info">{{info.nickname}}</view>
<view class="iconfont icon-you"></view>
</navigator>
<navigator url="../email/index" class="profile-item" wx:if="{{info}}">
<!-- <navigator url="../email/index" class="profile-item" wx:if="{{info}}">
<text>邮箱</text>
<view class="info">{{info.email}}</view>
<view class="iconfont icon-you"></view>
</navigator>
</navigator> -->
<navigator url="../bindtel/index" class="profile-item" wx:if="{{info}}">
<text>手机号</text>
<view class="info">{{info.mobile?info.mobile:''}}</view>

4
pages/user/user.js

@ -30,8 +30,8 @@ Page({
})
},
supplier:function(){
let url = "https://m.cloud.sz-trip.com/Audit"
app.globalData.weburl = "https://m.cloud.sz-trip.com/Audit"
let url = "https://m.cloud.sz-trip.com/ShoppingUnit"
app.globalData.weburl = "https://m.cloud.sz-trip.com/ShoppingUnit"
wx.navigateTo({
url: '/pages/pbService/web/index?weburl='+ encodeURIComponent(url)
})

8
pages/user/user.wxml

@ -63,9 +63,9 @@
购物车
</navigator>
<navigator url="order/team/list" class="user-box-line" catchtap="pagePoint" data-event="mine_teamorder">
<!-- <navigator url="order/team/list" class="user-box-line" catchtap="pagePoint" data-event="mine_teamorder">
团体预约订单
</navigator>
</navigator> -->
<navigator url="videoCoupon/index" class="user-box-line">
中奖记录
</navigator>
@ -81,9 +81,7 @@
<navigator url="likes/index" class="user-box-line" catchtap="pagePoint" data-event="mine_collection">
我的收藏
</navigator>
<view bindtap="supplier" class="user-box-line">
商户审核
</view>
<view bindtap="supplier" class="user-box-line">商户入驻</view>
<!-- <navigator url="/pages/group/mine/index" class="user-box-line">
我的团购
</navigator>

Loading…
Cancel
Save