订单详情页部分完成
This commit is contained in:
@@ -180,19 +180,21 @@
|
||||
<view class="fixedview flex-between">
|
||||
<view class="fixedview_letr flex-start">
|
||||
<view class="fixedview_letr_item flex-colum" @click="eeInfoindex">
|
||||
<image src="https://czg-qr-order.oss-cn-beijing.aliyuncs.com/product/index.png" mode="aspectFill"></image>
|
||||
<image src="https://czg-qr-order.oss-cn-beijing.aliyuncs.com/product/index.png" mode="aspectFill">
|
||||
</image>
|
||||
<text>首页</text>
|
||||
</view>
|
||||
<view class="fixedview_letr_item flex-colum" @click="makePhoneCall">
|
||||
<image src="https://czg-qr-order.oss-cn-beijing.aliyuncs.com/product/Call.png" mode="aspectFill"></image>
|
||||
<image src="https://czg-qr-order.oss-cn-beijing.aliyuncs.com/product/Call.png" mode="aspectFill">
|
||||
</image>
|
||||
<text>客服</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="fixedview_tow">
|
||||
<!-- <view class="fixedview_towone" @click="overlayshowsboxs(1)">
|
||||
<!-- <view class="fixedview_towone" @click="overlayshowsboxs(1)">
|
||||
加入购物车
|
||||
</view> -->
|
||||
<view class="fixedview_towtow" @click="overlayshowsboxs(2)">
|
||||
<view class="fixedview_towtow" @click="overlayshowsboxs(listdata)">
|
||||
立即购买
|
||||
</view>
|
||||
<!-- <view class="fixedview_towtow" style="background: #ccc;">
|
||||
@@ -381,6 +383,14 @@
|
||||
//#endif
|
||||
},
|
||||
methods: {
|
||||
overlayshowsboxs(e) {
|
||||
// this.cartshping = e
|
||||
// this.overlayshow = true
|
||||
let _this = this
|
||||
uni.pro.navigateTo('product/placeOrder', {
|
||||
id: _this.indexform
|
||||
})
|
||||
},
|
||||
//打电话
|
||||
clickphone(e) {
|
||||
uni.makePhoneCall({
|
||||
@@ -517,7 +527,7 @@
|
||||
height: 72rpx;
|
||||
text-align: center;
|
||||
line-height: 72rpx;
|
||||
background: linear-gradient( 110deg, #F1A666 0%, #FF4C11 100%);
|
||||
background: linear-gradient(110deg, #F1A666 0%, #FF4C11 100%);
|
||||
border-radius: 48rpx 48rpx 48rpx 48rpx;
|
||||
font-family: Source Han Sans CN, Source Han Sans CN;
|
||||
font-weight: bold;
|
||||
|
||||
Reference in New Issue
Block a user