@@ -123,7 +123,7 @@ export default {
&>.img_url{
height: 450upx;
width: 450upx;
- margin: 100upx auto;
+ margin: 50upx auto;
}
.confirm-btn {
@@ -8,7 +8,7 @@
<view class="result-title">操作成功</view>
</view>
- <view v-if="!$util.isEmpty(superWx)" style="margin-bottom:50upx;">点击按钮打开二维码,识别添加店长微信</view>
+ <view v-if="!$util.isEmpty(superWx)" style="margin-bottom:50upx;font-size:35upx;">点击按钮打开二维码,识别添加店长微信</view>
<button v-if="!$util.isEmpty(superWx)" class="button-com red" style="width:220upx;" @click="openSuperWx">打开二维码</button>