diff --git a/pages/ai/paint/paint.vue b/pages/ai/paint/paint.vue index 88f99e9..78a964c 100644 --- a/pages/ai/paint/paint.vue +++ b/pages/ai/paint/paint.vue @@ -3,6 +3,7 @@ + 绘画提示词 @@ -14,15 +15,12 @@ - - - 提示词示例 换一批 - + @@ -36,9 +34,6 @@ - - - 选择创作风格 @@ -60,9 +55,6 @@ - - - 选择画布大小 @@ -90,6 +82,7 @@ export default { data() { return { + primaryColor: "#1a94bc", formData:{ height: undefined, width: undefined, @@ -396,31 +389,39 @@ } - diff --git a/pages/creator/imgDetail.vue b/pages/creator/imgDetail.vue index cb73e56..a4834a1 100644 --- a/pages/creator/imgDetail.vue +++ b/pages/creator/imgDetail.vue @@ -335,6 +335,10 @@ key: 'userInfo', data: res.data.data.userInfo, }) + uni.setStorage({ + key: 'platform', + data: res.data.data.platform, + }) this.userInfo = res.data.data.userInfo; console.log('this.userInfo',this.userInfo) uni.setStorage({ @@ -342,7 +346,8 @@ data: res.data.data.access_token }) let headers = { - TiktokAuthorization: res.data.data.access_token + TiktokAuthorization: res.data.data.access_token, + platform: res.data.data.platform } this.checkUserDownload(headers) callBack && callBack(headers) diff --git a/pages/index/index.vue b/pages/index/index.vue index 5950b96..c118a78 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -264,6 +264,10 @@ key: 'userInfo', data: res.data.data.userInfo, }) + uni.setStorage({ + key: 'platform', + data: res.data.data.platform, + }) uni.setStorage({ key: 'token', data: res.data.data.access_token diff --git a/pages/index/indexProto.vue b/pages/index/indexProto.vue index 54abcc0..9251f2a 100644 --- a/pages/index/indexProto.vue +++ b/pages/index/indexProto.vue @@ -66,7 +66,7 @@ noClick:true, //防止重复提交 banner:[ { - bannerImg: "/static/uni.png" + bannerImg: "/static/img/start.gif" } ], current: 0, @@ -308,7 +308,7 @@ .user-list { display: flex; - justify-content: center; + justify-content: left; align-items: center; overflow-x: auto; @@ -327,6 +327,8 @@ text { font-size: 24rpx; text-align: center; + white-space: nowrap; + text-overflow: ellipsis; } } diff --git a/pages/userInfo/userInfo.vue b/pages/userInfo/userInfo.vue index ab76fe1..32be909 100644 --- a/pages/userInfo/userInfo.vue +++ b/pages/userInfo/userInfo.vue @@ -27,22 +27,35 @@ --> + + - - - {{item.title}} + + + 常见问题 + + + + + 联系我们 + + + + + 设置 + + - + +