|
|
@@ -44,23 +44,25 @@
|
|
|
<view v-else class="list-num" style="color:#2979ff; font-size: 32upx; font-weight: bold;" @click="refreshBuyAmount">拉取</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
+
|
|
|
+ <!-- 按钮操作区域:邀请结账 & 下载结账码 -->
|
|
|
+ <view class="header-actions" style="display: flex; justify-content: center; margin-top: 30upx;">
|
|
|
+ <!-- #ifdef MP-WEIXIN -->
|
|
|
+ <button class="admin-button-com middle blue" open-type="share" style="font-size:28upx; height: 72upx; line-height: 72upx; padding: 0 32upx; border-radius: 36upx;margin-right: 80upx;">邀请结账</button>
|
|
|
+ <!-- #endif -->
|
|
|
+ <!-- #ifdef APP-PLUS -->
|
|
|
+ <button class="admin-button-com middle blue" @click="inviteToPay()" style="font-size:28upx; height: 72upx; line-height: 72upx; padding: 0 32upx; border-radius: 36upx; margin-right: 80upx;">邀请结账</button>
|
|
|
+ <!-- #endif -->
|
|
|
+ <button class="admin-button-com middle blue" @click="downloadCode()" style="font-size:28upx; height: 72upx; line-height: 72upx; padding: 0 32upx; border-radius: 36upx; ">下载结账码</button>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="module-com user-address_bx">
|
|
|
- <!-- 头部标题和操作按钮区域 -->
|
|
|
+ <!-- 头部标题区域 -->
|
|
|
<view class="address-header" style="display: flex; justify-content: space-between; align-items: center; margin-bottom: 30upx;">
|
|
|
<view class="address-tit" style="font-size: 32upx; font-weight: 600; color: #333;">
|
|
|
地址
|
|
|
</view>
|
|
|
- <view class="header-actions" style="display: flex; gap: 20upx;">
|
|
|
- <button class="admin-button-com middle blue" @click="downloadCode()" style="font-size:29upx;">下载结账码</button>
|
|
|
- <!-- #ifdef MP-WEIXIN -->
|
|
|
- <button class="admin-button-com middle blue" open-type="share" style="font-size:29upx;margin-right:20upx;">邀请结账</button>
|
|
|
- <!-- #endif -->
|
|
|
- <!-- #ifdef APP-PLUS -->
|
|
|
- <button class="admin-button-com middle blue" @click="inviteToPay()" style="font-size:29upx;margin-right:20upx;">邀请结账</button>
|
|
|
- <!-- #endif -->
|
|
|
- </view>
|
|
|
</view>
|
|
|
|
|
|
<!-- 用户信息卡片 -->
|
|
|
@@ -996,7 +998,7 @@ export default {
|
|
|
z-index: 10;
|
|
|
}
|
|
|
.user-info {
|
|
|
- padding: 60upx 20upx 60upx;
|
|
|
+ padding: 60upx 20upx 30upx;
|
|
|
position: relative;
|
|
|
top: 51upx;
|
|
|
& .user-info_top {
|