Commit e07e2db3 authored by qipeng's avatar qipeng

修改按钮和跳转

parent 15bec41e
......@@ -57,8 +57,11 @@
<view class="detail-total">合计:¥{{sellingPrices}}</view>
<view class="detail-favorable">优惠减:¥{{favorablePrice}}</view>
</view>
<view class="bottom-right">
<view class="bootom-btn" @click="toGetPortrait()">更多相片</view>
<view class="bootom-btn" @click="upLoad()">去下载</view>
</view>
</view>
<!--预览-->
<view class="album-maskPreview" v-if="maskPreviewType==true" @click="maskPreviewType=false">
<view class="maskPreview-Num">{{previewNum+1}}/{{previewData.length}}</view>
......@@ -366,6 +369,11 @@ export default {
this.projectMoreType = false
}
},
toGetPortrait(){//跳转面部识别
uni.navigateTo({
url: '/pages/album/getPortrait?merchantId='+this.merchantId
})
},
upLoad(){//下单
var data = {
companyId:this.companyId,//公司ID
......@@ -686,7 +694,6 @@ export default {
margin-right: 10rpx;
}
}
.left-num {
width: 32rpx;
height: 32rpx;
......@@ -730,7 +737,9 @@ export default {
}
}
}
.bottom-right{
display: flex;
}
.bottom-Detail {
flex: 1;
display: flex;
......@@ -752,15 +761,17 @@ export default {
}
.bootom-btn {
width: 240rpx;
height: 98rpx;
width: 144rpx;
height: 72rpx;
background-color: #3688FF;
background: linear-gradient(90deg, #ED400C 0%, #FB862C 100%);
font-size: 32rpx;
font-size: 28rpx;
color: #fff;
font-weight: bold;
text-align: center;
line-height: 98rpx;
line-height: 72rpx;
border-radius: 8rpx;
margin-top: 13rpx;
margin-right: 24rpx;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment