完成小程序前端部分
This commit is contained in:
@ -25,6 +25,7 @@
|
||||
class="image_2"
|
||||
src="./images/erweima.png"
|
||||
mode="aspectFill"
|
||||
bindtap="showPromoPopup"
|
||||
/>
|
||||
<text class="font_3 text_4 mt-6">二维码邀请</text>
|
||||
</view>
|
||||
@ -164,4 +165,7 @@
|
||||
/>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<!-- 调用弹窗组件 -->
|
||||
<InvitationCodePop show="{{showPopup}}" bind:close="closePopup" qrcode="{{qrcode}}"/>
|
Reference in New Issue
Block a user