Commit 3a8fd181 authored by 王炽's avatar 王炽

66666

parent 7d723bd9
...@@ -17,8 +17,8 @@ const { ...@@ -17,8 +17,8 @@ const {
// 通常可以吧 baseUrl 单独放在一个 js 文件了 // 通常可以吧 baseUrl 单独放在一个 js 文件了
// const baseUrl = "http://172.16.230.108:7777/pmall"; // const baseUrl = "http://172.16.230.108:7777/pmall";
// const baseUrl = "https://momclub-uat.feihe.com/pmall";//测试环境 // const baseUrl = "https://momclub-uat.feihe.com/pmall";//测试环境
// const baseUrl = "https://momclub-test.feihe.com/pmall"; const baseUrl = "https://momclub-test.feihe.com/pmall";
let baseUrl = "https://momclub.feihe.com/pmall";//生产环境 // let baseUrl = "https://momclub.feihe.com/pmall";//生产环境
// const baseUrl = "https://docs.dui88.com/mock/1956/api";//mock // const baseUrl = "https://docs.dui88.com/mock/1956/api";//mock
// const baseUrl = "https://feihe.m.duibatest.com.cn/pmall" // const baseUrl = "https://feihe.m.duibatest.com.cn/pmall"
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<text class="card_description" :class="`item-${itemIndex}`">{{ props.subTitle }}</text> <text class="card_description" :class="`item-${itemIndex}`">{{ props.subTitle }}</text>
<!-- 去邀请按钮 --> <!-- 去邀请按钮 -->
<button class="invite_button" :class="`item-${itemIndex}`" @tap="handleInviteClick" :open-type="islogin ? 'share' : ''"> <button class="invite_button" :class="`item-${itemIndex}`" @click="handleInviteClick" :open-type="islogin ? 'share' : ''">
<text class="invite_button_text">去邀请</text> <text class="invite_button_text">去邀请</text>
</button> </button>
</view> </view>
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
xcxClick: '我的页面点击', xcxClick: '我的页面点击',
pageName: '我的页面', pageName: '我的页面',
buttonName: '个人信息修改', buttonName: '个人信息修改',
}" @click="handleEditProfile"> }">
<image class="avatar" :src="babyInfo?.content?.babyAvatar || <image class="avatar" :src="babyInfo?.content?.babyAvatar ||
$baseUrl + 'common/default_avatar.png' $baseUrl + 'common/default_avatar.png'
" mode="widthFix" /> " mode="widthFix" />
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
pageName: '我的页面', pageName: '我的页面',
buttonName: '宝宝信息切换', buttonName: '宝宝信息切换',
}" > }" >
<text class="nickname">{{ <text class="nickname" @click="handleEditProfile">{{
babyInfo?.babyStage === 0 babyInfo?.babyStage === 0
? "备孕" ? "备孕"
: babyInfo?.babyStage === 1 : babyInfo?.babyStage === 1
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
</view> </view>
</view> </view>
<!-- 积分账户 --> <!-- 积分账户 -->
<view class="integral-account"> <view class="integral-account" @click="handleEditProfile">
<text class="integral-account-text"> 账号: </text> <text class="integral-account-text"> 账号: </text>
<text class="integral-account-value"> <text class="integral-account-value">
{{ userStore.memberInfo?.mobile || '' }}</text> {{ userStore.memberInfo?.mobile || '' }}</text>
...@@ -979,10 +979,10 @@ defineExpose({}); ...@@ -979,10 +979,10 @@ defineExpose({});
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
padding: 10rpx; // padding: 10rpx;
margin-left: 20rpx; margin-left: 10rpx;
margin-top: -10rpx; margin-top: -10rpx;
min-width: 60rpx; min-width: 40rpx;
min-height: 40rpx; min-height: 40rpx;
} }
......
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