完善页面
This commit is contained in:
@ -39,7 +39,7 @@
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="p30"><button form-type="submit" class="theme-btn f32 mt60 addBtn">保存</button></view>
|
||||
<view class="p30"><button form-type="submit" class="f32 mt60 addBtn">保存</button></view>
|
||||
</form>
|
||||
<mpvue-city-picker v-if="is_load" ref="mpvueCityPicker" :province="province" :city="city" :area="area" :pickerValueDefault="cityPickerValueDefault" @onConfirm="onConfirm"></mpvue-city-picker>
|
||||
</view>
|
||||
@ -202,6 +202,8 @@
|
||||
line-height: 90rpx;
|
||||
border-radius: 8rpx;
|
||||
margin: 0 60rpx;
|
||||
background-color: #365A9A !important;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.border-b {
|
||||
|
||||
@ -39,7 +39,7 @@
|
||||
</view> -->
|
||||
</view>
|
||||
</view>
|
||||
<view class="add_add-btn theme-btn" @click="addAddress()">新增收货地址</view>
|
||||
<view class="add_add-btn" @click="addAddress()">新增收货地址</view>
|
||||
</view>
|
||||
<view v-else>
|
||||
<view class="none_add">
|
||||
@ -197,7 +197,7 @@
|
||||
font-size: 32rpx;
|
||||
font-family: PingFang SC;
|
||||
font-weight: 500;
|
||||
background: #365A9A;
|
||||
background: #365A9A !important;
|
||||
color: #FFFFFF;
|
||||
position: fixed;
|
||||
bottom: 40rpx;
|
||||
@ -248,6 +248,8 @@
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
background-color: #365A9A !important;
|
||||
color: #fff;
|
||||
}
|
||||
.pbenv{
|
||||
padding-bottom: calc(env(safe-area-inset-bottom) + 120rpx);
|
||||
|
||||
@ -41,7 +41,7 @@
|
||||
</view>
|
||||
<view class="d-f a-i-c btn">
|
||||
<button class="f32 mt60 delBtn" @click="delAddress(address.address_id)">删除地址</button>
|
||||
<button form-type="submit" class="theme-btn f32 mt60 addBtn">保存</button>
|
||||
<button form-type="submit" class="f32 mt60 addBtn">保存</button>
|
||||
</view>
|
||||
</form>
|
||||
<mpvue-city-picker v-if="is_load" ref="mpvueCityPicker" :province="province" :city="city" :area="area" :pickerValueDefault="cityPickerValueDefault" @onConfirm="onConfirm"></mpvue-city-picker>
|
||||
@ -270,6 +270,8 @@
|
||||
height: 90rpx;
|
||||
line-height: 90rpx;
|
||||
border-radius: 8rpx;
|
||||
background-color: #365A9A !important;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.border-b {
|
||||
|
||||
@ -54,11 +54,11 @@
|
||||
<view class="my-cg-order my-assets">
|
||||
<view class="my-assets-all">
|
||||
<view class="f30 fb">我的场馆订单</view>
|
||||
<view class="gray9 f26" @click="jumpPage('/pages/order/myorder?dataType=all')">全部订单<text
|
||||
<view class="gray9 f26" @click="jumpPage('/pages/order/cg-my-order?dataType=all')">全部订单<text
|
||||
class="icon iconfont icon-jiantou"></text></view>
|
||||
</view>
|
||||
<view class="d-b-c w100">
|
||||
<view class="item" @click="jumpPage('/pages/order/myorder?dataType=payment')">
|
||||
<view class="item" @click="jumpPage('/pages/order/cg-my-order?dataType=payment')">
|
||||
<view class="icon-box pr">
|
||||
<image src="/static/icon/dfk.png" mode=""></image>
|
||||
<text class="dot d-c-c"
|
||||
@ -66,33 +66,25 @@
|
||||
</view>
|
||||
<text>待付款</text>
|
||||
</view>
|
||||
<view class="item" @click="jumpPage('/pages/order/myorder?dataType=delivery')">
|
||||
<view class="item" @click="jumpPage('/pages/order/cg-my-order?dataType=reserve')">
|
||||
<view class="icon-box pr">
|
||||
<image src="/static/icon/dfh.png" mode=""></image>
|
||||
<image src="/static/icon/yyy.png" mode=""></image>
|
||||
<text class="dot d-c-c"
|
||||
v-if="orderCount.delivery != null && orderCount.delivery > 0">{{ orderCount.delivery }}</text>
|
||||
v-if="orderCount.reserve != null && orderCount.reserve > 0">{{ orderCount.reserve }}</text>
|
||||
</view>
|
||||
<text class="">待发货</text>
|
||||
<text class="">已预约</text>
|
||||
</view>
|
||||
<view class="item" @click="jumpPage('/pages/order/myorder?dataType=received')">
|
||||
<view class="item" @click="jumpPage('/pages/order/cg-my-order?dataType=completed')">
|
||||
<view class="icon-box pr">
|
||||
<image src="/static/icon/dsh.png" mode=""></image>
|
||||
<image src="/static/icon/ywc.png" mode=""></image>
|
||||
<text class="dot d-c-c"
|
||||
v-if="orderCount.received != null && orderCount.received > 0">{{ orderCount.received }}</text>
|
||||
v-if="orderCount.completed != null && orderCount.completed > 0">{{ orderCount.completed }}</text>
|
||||
</view>
|
||||
<text>待收货</text>
|
||||
<text>已完成</text>
|
||||
</view>
|
||||
<!-- <view class="item" @click="jumpPage('/pages/order/myorder?dataType=comment')">
|
||||
<view class="icon-box pr">
|
||||
<image src="/static/icon/icon-quanbudingdan.png" mode=""></image>
|
||||
<text class="dot d-c-c"
|
||||
v-if="orderCount.comment != null && orderCount.comment > 0">{{ orderCount.comment }}</text>
|
||||
</view>
|
||||
<text>待评价</text>
|
||||
</view> -->
|
||||
<view class="item" @click="jumpPage('/pages/order/refund/index/index')">
|
||||
<view class="icon-box pr">
|
||||
<image src="/static/icon/icon-tuikuan.png" mode=""></image>
|
||||
<image src="/static/icon/tk.png" mode=""></image>
|
||||
<text class="dot d-c-c"
|
||||
v-if="orderCount.refund != null && orderCount.refund > 0">{{ orderCount.refund }}</text>
|
||||
</view>
|
||||
@ -154,7 +146,7 @@
|
||||
</view> -->
|
||||
<view class="item" @click="jumpPage('/pages/order/refund/index/index')">
|
||||
<view class="icon-box pr">
|
||||
<image src="/static/icon/icon-tuikuan.png" mode=""></image>
|
||||
<image src="/static/icon/tk.png" mode=""></image>
|
||||
<text class="dot d-c-c"
|
||||
v-if="orderCount.refund != null && orderCount.refund > 0">{{ orderCount.refund }}</text>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user