Commit e07e2db3 authored by qipeng's avatar qipeng

修改按钮和跳转

parent 15bec41e
...@@ -57,7 +57,10 @@ ...@@ -57,7 +57,10 @@
<view class="detail-total">合计:¥{{sellingPrices}}</view> <view class="detail-total">合计:¥{{sellingPrices}}</view>
<view class="detail-favorable">优惠减:¥{{favorablePrice}}</view> <view class="detail-favorable">优惠减:¥{{favorablePrice}}</view>
</view> </view>
<view class="bootom-btn" @click="upLoad()">去下载</view> <view class="bottom-right">
<view class="bootom-btn" @click="toGetPortrait()">更多相片</view>
<view class="bootom-btn" @click="upLoad()">去下载</view>
</view>
</view> </view>
<!--预览--> <!--预览-->
<view class="album-maskPreview" v-if="maskPreviewType==true" @click="maskPreviewType=false"> <view class="album-maskPreview" v-if="maskPreviewType==true" @click="maskPreviewType=false">
...@@ -366,6 +369,11 @@ export default { ...@@ -366,6 +369,11 @@ export default {
this.projectMoreType = false this.projectMoreType = false
} }
}, },
toGetPortrait(){//跳转面部识别
uni.navigateTo({
url: '/pages/album/getPortrait?merchantId='+this.merchantId
})
},
upLoad(){//下单 upLoad(){//下单
var data = { var data = {
companyId:this.companyId,//公司ID companyId:this.companyId,//公司ID
...@@ -686,7 +694,6 @@ export default { ...@@ -686,7 +694,6 @@ export default {
margin-right: 10rpx; margin-right: 10rpx;
} }
} }
.left-num { .left-num {
width: 32rpx; width: 32rpx;
height: 32rpx; height: 32rpx;
...@@ -730,7 +737,9 @@ export default { ...@@ -730,7 +737,9 @@ export default {
} }
} }
} }
.bottom-right{
display: flex;
}
.bottom-Detail { .bottom-Detail {
flex: 1; flex: 1;
display: flex; display: flex;
...@@ -752,15 +761,17 @@ export default { ...@@ -752,15 +761,17 @@ export default {
} }
.bootom-btn { .bootom-btn {
width: 240rpx; width: 144rpx;
height: 98rpx; height: 72rpx;
background-color: #3688FF; background-color: #3688FF;
background: linear-gradient(90deg, #ED400C 0%, #FB862C 100%); background: linear-gradient(90deg, #ED400C 0%, #FB862C 100%);
font-size: 32rpx; font-size: 28rpx;
color: #fff; color: #fff;
font-weight: bold;
text-align: center; 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