5.2
This commit is contained in:
parent
c9fd0fedb8
commit
0185f1eaf2
BIN
CustomStartPage/origin.png
Normal file
BIN
CustomStartPage/origin.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 456 KiB |
Binary file not shown.
Before Width: | Height: | Size: 456 KiB After Width: | Height: | Size: 680 KiB |
@ -2,13 +2,13 @@
|
|||||||
"version": "1",
|
"version": "1",
|
||||||
"prompt": "template",
|
"prompt": "template",
|
||||||
"title": "用户协议和隐私政策",
|
"title": "用户协议和隐私政策",
|
||||||
"message": " 请你务必审慎阅读、充分理解“用户协议”和“隐私政策”各条款,包括但不限于:为了更好的向你提供服务,我们需要收集你的设备标识、操作日志等信息用于分析、优化应用性能。<br/> 你可阅读<a href=\"https://www.wzj.net.cn/fuwuxieyi.html\">《用户协议》</a>和<a href=\"http://www.wzj.net.cn/yinsizhengce/342.html\">《隐私政策》</a>了解详细信息。如果你同意,请点击下面按钮开始接受我们的服务。",
|
"message": " 请你务必审慎阅读、充分理解“用户协议”和“隐私政策”各条款,包括但不限于:为了更好的向你提供服务,我们需要收集你的设备标识、操作日志等信息用于分析、优化应用性能。<br/> 你可阅读<a href=\"https://www.wzj.net.cn/yonhuxieyi.html\">《用户协议》</a>和<a href=\"http://www.wzj.net.cn/yinsizhengce.html\">《隐私政策》</a>了解详细信息。如果你同意,请点击下面按钮开始接受我们的服务。",
|
||||||
"buttonAccept": "同意并接受",
|
"buttonAccept": "同意并接受",
|
||||||
"buttonRefuse": "暂不同意",
|
"buttonRefuse": "暂不同意",
|
||||||
"hrefLoader": "system|default",
|
"hrefLoader": "system|default",
|
||||||
"second": {
|
"second": {
|
||||||
"title": "确认提示",
|
"title": "确认提示",
|
||||||
"message": " 进入应用前,你需先同意<a href=\"https://wuzhongjie.com.cn/fuwuxieyi.html\" >《用户协议》</a>和<a href=\"http://wuzhongjie.com.cn/yinsizhengce.html\">《隐私政策》</a>,否则将退出应用。",
|
"message": " 进入应用前,你需先同意<a href=\"https://wuzhongjie.com.cn/yonhuxieyi.html\" >《用户协议》</a>和<a href=\"http://wuzhongjie.com.cn/yinsizhengce.html\">《隐私政策》</a>,否则将退出应用。",
|
||||||
"buttonAccept": "同意并继续",
|
"buttonAccept": "同意并继续",
|
||||||
"buttonRefuse": "退出应用"
|
"buttonRefuse": "退出应用"
|
||||||
},
|
},
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -637,6 +637,10 @@ export default {
|
|||||||
return graceNumber(num);
|
return graceNumber(num);
|
||||||
},
|
},
|
||||||
async likeOrDislikeVlog(item) {
|
async likeOrDislikeVlog(item) {
|
||||||
|
var info = storage.getVlogUserInfo();
|
||||||
|
if (info != null) {
|
||||||
|
this.userId = info.id;
|
||||||
|
}
|
||||||
// 没登录拒绝操作
|
// 没登录拒绝操作
|
||||||
if (this.userId == '') {
|
if (this.userId == '') {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
|
@ -637,6 +637,10 @@ export default {
|
|||||||
return graceNumber(num);
|
return graceNumber(num);
|
||||||
},
|
},
|
||||||
async likeOrDislikeVlog(item) {
|
async likeOrDislikeVlog(item) {
|
||||||
|
var info = storage.getVlogUserInfo();
|
||||||
|
if (info != null) {
|
||||||
|
this.userId = info.id;
|
||||||
|
}
|
||||||
// 没登录拒绝操作
|
// 没登录拒绝操作
|
||||||
if (this.userId == '') {
|
if (this.userId == '') {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
|
@ -628,6 +628,10 @@ export default {
|
|||||||
return graceNumber(num);
|
return graceNumber(num);
|
||||||
},
|
},
|
||||||
async likeOrDislikeVlog(item) {
|
async likeOrDislikeVlog(item) {
|
||||||
|
var info = storage.getVlogUserInfo();
|
||||||
|
if (info != null) {
|
||||||
|
this.userId = info.id;
|
||||||
|
}
|
||||||
// 没登录拒绝操作
|
// 没登录拒绝操作
|
||||||
if (this.userId == '') {
|
if (this.userId == '') {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
|
@ -9,8 +9,10 @@ const dev = {
|
|||||||
common: "http://43.143.227.203:8890",
|
common: "http://43.143.227.203:8890",
|
||||||
buyer: "http://43.143.227.203:8888",
|
buyer: "http://43.143.227.203:8888",
|
||||||
vlog: "http://43.143.227.203:8099",
|
vlog: "http://43.143.227.203:8099",
|
||||||
|
// vlog: "http://192.168.1.86:8099",
|
||||||
web: "http://43.143.227.203:8099",
|
web: "http://43.143.227.203:8099",
|
||||||
seller: "http://43.143.227.203:8889",
|
seller: "http://43.143.227.203:8889",
|
||||||
|
|
||||||
};
|
};
|
||||||
// 生产环境
|
// 生产环境
|
||||||
const prod = {
|
const prod = {
|
||||||
@ -19,6 +21,7 @@ const prod = {
|
|||||||
common: "http://43.143.227.203:8890",
|
common: "http://43.143.227.203:8890",
|
||||||
buyer: "http://43.143.227.203:8888",
|
buyer: "http://43.143.227.203:8888",
|
||||||
vlog: "http://43.143.227.203:8099",
|
vlog: "http://43.143.227.203:8099",
|
||||||
|
// vlog: "http://192.168.1.86:8099",
|
||||||
web: "http://43.143.227.203:8099",
|
web: "http://43.143.227.203:8099",
|
||||||
seller: "http://43.143.227.203:8889",
|
seller: "http://43.143.227.203:8889",
|
||||||
};
|
};
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "wzj4",
|
"name": "无终街",
|
||||||
"appid": "__UNI__6DB512D",
|
"appid": "__UNI__6DB512D",
|
||||||
"description": "admin",
|
"description": "admin",
|
||||||
"versionName": "4.0.0",
|
"versionName": "4.0.0",
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
:value="nickname"
|
:value="nickname"
|
||||||
:model="nickname"
|
:model="nickname"
|
||||||
placeholder="请填入昵称~"
|
placeholder="请填入昵称~"
|
||||||
maxlength="8"
|
maxlength="14"
|
||||||
@input="typingContent"
|
@input="typingContent"
|
||||||
/>
|
/>
|
||||||
<view class="length-cal">
|
<view class="length-cal">
|
||||||
|
@ -647,6 +647,10 @@ export default {
|
|||||||
return graceNumber(num);
|
return graceNumber(num);
|
||||||
},
|
},
|
||||||
async likeOrDislikeVlog(item) {
|
async likeOrDislikeVlog(item) {
|
||||||
|
var info = storage.getVlogUserInfo();
|
||||||
|
if (info != null) {
|
||||||
|
this.userId = info.id;
|
||||||
|
}
|
||||||
// 没登录拒绝操作
|
// 没登录拒绝操作
|
||||||
if (this.userId == '') {
|
if (this.userId == '') {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
@ -768,7 +772,7 @@ export default {
|
|||||||
if (objData == null) {
|
if (objData == null) {
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
icon: 'none',
|
icon: 'none',
|
||||||
title: '视频丢失'
|
title: '视频审核中'
|
||||||
});
|
});
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
@ -965,7 +969,7 @@ export default {
|
|||||||
if (objData == null) {
|
if (objData == null) {
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
icon: 'none',
|
icon: 'none',
|
||||||
title: '视频丢失'
|
title: '视频审核中'
|
||||||
});
|
});
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
@ -198,23 +198,27 @@ export default {
|
|||||||
url: serverUrl + '/vlog/publish',
|
url: serverUrl + '/vlog/publish',
|
||||||
data: vlog,
|
data: vlog,
|
||||||
success(result) {
|
success(result) {
|
||||||
if (result.data.status == 200) {
|
console.log(result);
|
||||||
// uni.showToast({
|
uni.switchTab({
|
||||||
// title: result.data.msg,
|
url: '/pages/me/me'
|
||||||
// icon: 'none',
|
});
|
||||||
// duration: 2000
|
// if (result.data.status == 200) {
|
||||||
// });
|
// // uni.showToast({
|
||||||
|
// // title: result.data.msg,
|
||||||
|
// // icon: 'none',
|
||||||
|
// // duration: 2000
|
||||||
|
// // });
|
||||||
|
|
||||||
uni.switchTab({
|
// uni.switchTab({
|
||||||
url: '/pages/me/me'
|
// url: '/pages/me/me'
|
||||||
});
|
// });
|
||||||
} else {
|
// } else {
|
||||||
uni.showToast({
|
// uni.showToast({
|
||||||
title: result.data.msg,
|
// title: result.data.msg,
|
||||||
icon: 'none',
|
// icon: 'none',
|
||||||
duration: 3000
|
// duration: 3000
|
||||||
});
|
// });
|
||||||
}
|
// }
|
||||||
},
|
},
|
||||||
complete() {
|
complete() {
|
||||||
this.upFlage = true;
|
this.upFlage = true;
|
||||||
|
@ -686,6 +686,7 @@ export default {
|
|||||||
newCommentObject.commentUserFace = myUserInfo.face;
|
newCommentObject.commentUserFace = myUserInfo.face;
|
||||||
newCommentObject.isLike = 0;
|
newCommentObject.isLike = 0;
|
||||||
newCommentObject.vlogerId = userId;
|
newCommentObject.vlogerId = userId;
|
||||||
|
newCommentObject.createTime = new Date().getTime();
|
||||||
|
|
||||||
me.doCommentPagingList(1, true);
|
me.doCommentPagingList(1, true);
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ function cleanStorage() {
|
|||||||
storage.setHasLogin(false);
|
storage.setHasLogin(false);
|
||||||
storage.setAccessToken("");
|
storage.setAccessToken("");
|
||||||
storage.setRefreshToken("");
|
storage.setRefreshToken("");
|
||||||
storage.setUuid("");
|
storage.setUuid("wzj666");
|
||||||
storage.setUserInfo({});
|
storage.setUserInfo({});
|
||||||
// 清理vlog信息
|
// 清理vlog信息
|
||||||
storage.setVlogToken("");
|
storage.setVlogToken("");
|
||||||
@ -66,7 +66,8 @@ let http = new Request();
|
|||||||
http.setConfig((config) => {
|
http.setConfig((config) => {
|
||||||
// 没有uuid创建
|
// 没有uuid创建
|
||||||
if (!storage.getUuid()) {
|
if (!storage.getUuid()) {
|
||||||
storage.setUuid(uuid.v1());
|
// storage.setUuid(uuid.v1());
|
||||||
|
storage.setUuid("wzj666");
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 设置全局配置 */
|
/* 设置全局配置 */
|
||||||
@ -113,7 +114,8 @@ http.interceptors.request.use(
|
|||||||
}
|
}
|
||||||
config.header = {
|
config.header = {
|
||||||
...config.header,
|
...config.header,
|
||||||
uuid: storage.getUuid() || uuid.v1(),
|
// uuid: storage.getUuid() || uuid.v1(),
|
||||||
|
uuid: 'wzj666',
|
||||||
};
|
};
|
||||||
return config;
|
return config;
|
||||||
},
|
},
|
||||||
@ -205,8 +207,7 @@ http.interceptors.response.use(
|
|||||||
) {
|
) {
|
||||||
if (response.data.message) {
|
if (response.data.message) {
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
// title: response.data.message,
|
title: response.data.message,
|
||||||
title: "请重试",
|
|
||||||
icon: "none",
|
icon: "none",
|
||||||
duration: 1500,
|
duration: 1500,
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user