|
|
@@ -289,11 +289,14 @@
|
|
|
</uni-popup>
|
|
|
<uni-popup ref="promotionPopup" type="center">
|
|
|
<view class="promotionView">
|
|
|
+ <view class="flex-row justify-center">
|
|
|
+ <text>娇骄儿造型</text>
|
|
|
+ </view>
|
|
|
<view class="flex-row justify-center qrcodeView">
|
|
|
- <uv-qrcode ref="qrcode" size="400rpx" :value="codeUrl" :options="options"></uv-qrcode>
|
|
|
+ <uv-qrcode ref="qrcode" size="400rpx" :value="codeUrl" :options="options"></uv-qrcode>
|
|
|
</view>
|
|
|
<view class="flex-row justify-center">
|
|
|
- <text>娇骄儿造型</text>
|
|
|
+ <text>{{ this.userInfo.name }}({{ this.userInfo.workStoreName }})</text>
|
|
|
</view>
|
|
|
<view class="flex-row justify-center">
|
|
|
<text>{{ codeTime }}</text>
|