@@ -3,13 +3,13 @@ | |||||
{ | { | ||||
"path": "pages/uploadPhoto/uploadPhoto", | "path": "pages/uploadPhoto/uploadPhoto", | ||||
"style": { | "style": { | ||||
"navigationBarTitleText": "智像" | |||||
"navigationBarTitleText": "智象" | |||||
} | } | ||||
}, | }, | ||||
{ | { | ||||
"path": "pages/index/index", | "path": "pages/index/index", | ||||
"style": { | "style": { | ||||
"navigationBarTitleText": "智像" | |||||
"navigationBarTitleText": "我的" | |||||
} | } | ||||
}, | }, | ||||
{ | { | ||||
@@ -21,25 +21,25 @@ | |||||
{ | { | ||||
"path": "pages/login/index", | "path": "pages/login/index", | ||||
"style": { | "style": { | ||||
"navigationBarTitleText": "智像" | |||||
"navigationBarTitleText": "智象" | |||||
} | } | ||||
}, | }, | ||||
{ | { | ||||
"path": "pages/uploadPhoto/success", | "path": "pages/uploadPhoto/success", | ||||
"style": { | "style": { | ||||
"navigationBarTitleText": "智像" | |||||
"navigationBarTitleText": "上传成功" | |||||
} | } | ||||
}, | }, | ||||
{ | { | ||||
"path": "pages/closeStyle/closeStyle", | "path": "pages/closeStyle/closeStyle", | ||||
"style": { | "style": { | ||||
"navigationBarTitleText": "智像" | |||||
"navigationBarTitleText": "选择风格" | |||||
} | } | ||||
}, | }, | ||||
{ | { | ||||
"path": "pages/closeStyle/goCreatePhoto", | "path": "pages/closeStyle/goCreatePhoto", | ||||
"style": { | "style": { | ||||
"navigationBarTitleText": "智像" | |||||
"navigationBarTitleText": "制作写真" | |||||
} | } | ||||
}, | }, | ||||
{ | { | ||||
@@ -51,13 +51,13 @@ | |||||
{ | { | ||||
"path": "pages/createing/index", | "path": "pages/createing/index", | ||||
"style": { | "style": { | ||||
"navigationBarTitleText": "智像" | |||||
"navigationBarTitleText": "生成成功" | |||||
} | } | ||||
}, | }, | ||||
{ | { | ||||
"path": "pages/lookPhoto/index", | "path": "pages/lookPhoto/index", | ||||
"style": { | "style": { | ||||
"navigationBarTitleText": "智像" | |||||
"navigationBarTitleText": "作品" | |||||
} | } | ||||
}, | }, | ||||
{ | { | ||||
@@ -82,7 +82,7 @@ | |||||
{{ dayjs(item.createDate).format("YYYY-MM-DD HH:mm:ss") }}</text | {{ dayjs(item.createDate).format("YYYY-MM-DD HH:mm:ss") }}</text | ||||
> | > | ||||
<!-- 更多 --> | <!-- 更多 --> | ||||
<view class="moreBox" @click="clickDel(item)"> | |||||
<view class="moreBox" @click.stop="clickDel(item)"> | |||||
<image src="../../assets/icon/more.png" mode="widthFix" /> | <image src="../../assets/icon/more.png" mode="widthFix" /> | ||||
</view> | </view> | ||||
</view> | </view> | ||||
@@ -29,7 +29,7 @@ | |||||
</view> | </view> | ||||
<view class="shareBtn" @click="share">分享</view> | <view class="shareBtn" @click="share">分享</view> | ||||
<view class="shareBtn" @click="inviteFriend">邀请好友</view> | <view class="shareBtn" @click="inviteFriend">邀请好友</view> | ||||
<view class="shareBtn" @click="bueCoin">金币充值</view> | |||||
<view class="shareBtn" @click="buyCoin">金币充值</view> | |||||
</view> | </view> | ||||
<!-- 下面代码已废弃 --> | <!-- 下面代码已废弃 --> | ||||
<view v-show="false" class="bottomBox"> | <view v-show="false" class="bottomBox"> | ||||
@@ -57,7 +57,7 @@ | |||||
type="primary" | type="primary" | ||||
text="购买金币" | text="购买金币" | ||||
color="linear-gradient(to right, rgb(66, 83, 216), rgb(213, 51, 186))" | color="linear-gradient(to right, rgb(66, 83, 216), rgb(213, 51, 186))" | ||||
@click="bueCoin" | |||||
@click="buyCoin" | |||||
></up-button> | ></up-button> | ||||
</view> | </view> | ||||
</view> | </view> | ||||
@@ -207,9 +207,9 @@ function inviteFriend() { | |||||
//#endregion --------------------- | //#endregion --------------------- | ||||
//#region 页面跳转 | //#region 页面跳转 | ||||
function bueCoin() { | |||||
function buyCoin() { | |||||
uni.navigateTo({ | uni.navigateTo({ | ||||
url: "/pages/home/buyCoin", | |||||
url: "/pages/index/buyCoin", | |||||
}); | }); | ||||
} | } | ||||
//#endregion --------------------- | //#endregion --------------------- | ||||