|
|
@@ -6,17 +6,17 @@
|
|
|
<view :class="['iconfont', 'iconchenggong']"></view>
|
|
|
<view class="result-title">下单成功</view>
|
|
|
<button class="admin-button-com big" style="width:70vw;" @click="goDetail">订单详情</button>
|
|
|
- <button v-if="ghsCgScene!=''" class="admin-button-com big" style="width:70vw;margin-top:20upx;" @click="goHome">返回首页</button>
|
|
|
- <button v-else class="admin-button-com big" style="width:70vw;margin-top:20upx;" @click="goBack">返回</button>
|
|
|
- <view style="margin-top:20upx;">
|
|
|
+ <button v-if="ghsCgScene!=''" class="admin-button-com big" style="width:70vw;margin-top:18upx;" @click="goHome">返回首页</button>
|
|
|
+ <button v-else class="admin-button-com big" style="width:70vw;margin-top:18upx;" @click="goBack">返回</button>
|
|
|
+ <view style="margin-top:15upx;">
|
|
|
<view style="font-size:28upx;">微信下拉,搜索小程序 花掌柜,可再次买花</view>
|
|
|
<view style="margin-bottom:30upx;margin-top:15upx;">
|
|
|
- <image class="image" :src="`${constant.imgUrl}/cg/hd_cg_route.png`" mode="widthFix"></image>
|
|
|
+ <image class="image" :src="`${constant.imgUrl}/cg/hd_cg_route3.png`" mode="widthFix"></image>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<!-- #ifdef MP-WEIXIN -->
|
|
|
- <ad-custom unit-id="adunit-22b6fe92acad433e"></ad-custom>
|
|
|
+ <ad-custom unit-id="adunit-b3f48f1b6c1a39ff"></ad-custom>
|
|
|
<!-- #endif -->
|
|
|
</view>
|
|
|
</view>
|
|
|
@@ -223,7 +223,7 @@ export default {
|
|
|
}
|
|
|
.billing_box_bg {
|
|
|
position: relative;
|
|
|
- padding: 30upx 30upx;
|
|
|
+ padding: 30upx 30upx 0upx 30upx;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
background-color: #f5f5f5;
|
|
|
@@ -247,7 +247,7 @@ export default {
|
|
|
border-radius: 20upx 20upx 0upx 0upx;
|
|
|
z-index: 1;
|
|
|
.iconchenggong {
|
|
|
- font-size: 120upx;
|
|
|
+ font-size: 100upx;
|
|
|
color: $mainColor1;
|
|
|
}
|
|
|
.result-title {
|