增加新模块

This commit is contained in:
何江明
2025-05-10 18:17:24 +08:00
parent 7e7a096151
commit 8217069b9a
427 changed files with 2069 additions and 1941 deletions
+13 -6
View File
@@ -8,7 +8,7 @@
<up-image src="/static/logo_y.png" shape="circle" width="60" height="60" bgColor="#f1f6ff00"></up-image>
<view class="mine_info">
<view class="mine_info_name">{{userData.name || '德商汇用户'}}</view>
<view class="mine_info_id">邀请码:{{userData.inviteCode}}</view>
<view class="mine_info_id">注册手机号:{{userData.mobile}}</view>
</view>
</view>
<!-- <view @click="jumpSetting">
@@ -33,6 +33,11 @@
</view>
</view> -->
<view class="setting_comm">
<view class="item_comm">
<view>邀请码</view>
<view class="invite_code_">{{userData.inviteCode}}</view>
</view>
<view class="header_fg"></view>
<view class="item_comm" @click="jumpInfo('userAgreement')">
<view>用户协议</view>
<up-image src="/static/common/right.png" width="20" height="20" bgColor="#f1f6ff00"></up-image>
@@ -57,9 +62,9 @@
<view class="login_out_warp" @click="loginOutFun">
退出登录
</view>
<view class="cancel_but" @click="cancelAccount">
<!-- <view class="cancel_but" @click="cancelAccount">
注销账号
</view>
</view> -->
</view>
</view>
</template>
@@ -120,10 +125,10 @@
}
</script>
<style lang="scss">
<style lang="scss" scoped>
.mine_setting{
background-color: $app-bj;
height: calc(100% - 60rpx);
height: calc(100% - 20rpx);
.mine_setting_content{
padding: 30rpx;
}
@@ -173,7 +178,9 @@
display: flex;
justify-content: space-between;
}
.invite_code_{
color: $app-zt-color;
}
}
.login_out_warp{