|
|
@@ -2,9 +2,15 @@
|
|
|
<view class="app-content">
|
|
|
<view class="callback-wrap">
|
|
|
<view class="callback-blo">
|
|
|
- <view style="margin-bottom:50upx;">点击按钮打开二维码,识别添加店长微信</view>
|
|
|
+
|
|
|
+ <view>
|
|
|
+ <view class="iconfont iconchenggong"></view>
|
|
|
+ <view class="result-title">操作成功</view>
|
|
|
+ </view>
|
|
|
+
|
|
|
+ <view v-if="!$util.isEmpty(superWx)" style="margin-bottom:50upx;">点击按钮打开二维码,识别添加店长微信</view>
|
|
|
|
|
|
- <button class="button-com red" style="width:220upx;" @click="openSuperWx">打开二维码</button>
|
|
|
+ <button v-if="!$util.isEmpty(superWx)" class="button-com red" style="width:220upx;" @click="openSuperWx">打开二维码</button>
|
|
|
|
|
|
<view style="margin-top:50upx;" v-if="Number(account)>0">
|
|
|
<button class="button-com default" style="width:220upx;" @click="lookMall">逛逛商城</button>
|
|
|
@@ -56,11 +62,20 @@ export default {
|
|
|
.callback-blo {
|
|
|
width: 90%;
|
|
|
margin: 0 auto;
|
|
|
- padding: 100upx 0;
|
|
|
+ min-height: 300upx;
|
|
|
+ padding: 30upx 0 0 0;
|
|
|
background-color: #fff;
|
|
|
box-shadow: 2upx 2upx 16upx 0upx rgba(181, 181, 181, 0.29);
|
|
|
border-radius: 10upx;
|
|
|
text-align: center;
|
|
|
+ .iconchenggong {
|
|
|
+ font-size: 80upx;
|
|
|
+ color: #049E2C;
|
|
|
+ }
|
|
|
+ .result-title {
|
|
|
+ margin: 20upx 0 70upx;
|
|
|
+ font-size:23upx;
|
|
|
+ }
|
|
|
.icon {
|
|
|
.iconfont {
|
|
|
font-size: 170upx;
|