Commit d81d23ac authored by tao.huang's avatar tao.huang

feat: 点击banner唤起修改

parent 71b6374b
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
@update:selectedIndex="(val) => (wheelSelectedIndex = val)" @update:selectedIndex="(val) => (wheelSelectedIndex = val)"
/> />
</view> </view>
<view class="bg-container"> <view class="bg-container" @click="handleEditProfile">
<image <image
class="bg-img" class="bg-img"
:src=" :src="
...@@ -255,7 +255,7 @@ const handleToolClick = async (item) => { ...@@ -255,7 +255,7 @@ const handleToolClick = async (item) => {
// 编辑个人资料 // 编辑个人资料
const handleEditProfile = () => { const handleEditProfile = () => {
if (!userStore.userInfo || JSON.stringify(userStore.userInfo) === "{}") { if (!cfgStatus.value.isRegister || !userStore.userInfo || JSON.stringify(userStore.userInfo) === "{}") {
return; return;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment