Ver código fonte

提示文字修改

gcz 1 ano atrás
pai
commit
371142fc98
3 arquivos alterados com 6 adições e 6 exclusões
  1. 2 2
      center/center.vue
  2. 2 2
      common/request.js
  3. 2 2
      xushuo/xushuo.vue

+ 2 - 2
center/center.vue

@@ -208,8 +208,8 @@
 					uni.$u.route(pageUrl)
 				}else{
 					uni.showModal({
-					  title: '还未登录',
-					  content: '是否前往登录!',
+					  title: '提示',
+					  content: '你需要登录后,才可使用此功能!',
 					  success: res => {
 					    if (res.confirm) {
 							uni.setStorage({

+ 2 - 2
common/request.js

@@ -68,8 +68,8 @@ module.exports = (vm) => {
 			});
 			tryHideFullScreenLoading()
 			uni.showModal({
-			  title: '温馨提示',
-			  content: '是否前往登录!',
+			  title: '提示',
+			  content: '你需要登录后,才可使用此功能!',
 			  success: res => {
 			    if (res.confirm) {
 			      uni.$u.route('/pages/login/login');

+ 2 - 2
xushuo/xushuo.vue

@@ -170,8 +170,8 @@
 					uni.$u.route('/xushuo/cooperation')
 				}else{
 					uni.showModal({
-					  title: '还未登录',
-					  content: '是否前往登录!',
+					  title: '提示',
+					  content: '你需要登录后,才可使用此功能!',
 					  success: res => {
 					    if (res.confirm) {
 							uni.setStorage({