yuwenjun1997 3 роки тому
батько
коміт
09283d30d5

+ 1 - 1
manifest.json

@@ -1,7 +1,7 @@
 {
     "name" : "caimei-applets-hehe",
     "appid" : "__UNI__1EA8401",
-    "description" : "呵呵商城",
+    "description" : "颜选美学",
     "versionName" : "1.0.0",
     "versionCode" : "100",
     "transformPx" : false,

+ 2 - 2
pages.json

@@ -4,7 +4,7 @@
 		{
 			"path": "pages/tabBar/index/index",
 			"style": {
-				"navigationBarTitleText": "呵呵商城",
+				"navigationBarTitleText": "颜选美学",
 				"enablePullDownRefresh": true,
 				"backgroundColor": "#F952B7",
 				"navigationBarBackgroundColor": "#F952B7",
@@ -298,7 +298,7 @@
 	},
 	"globalStyle": {
 		"navigationBarTextStyle": "black",
-		"navigationBarTitleText": "呵呵商城",
+		"navigationBarTitleText": "颜选美学",
 		"navigationBarBackgroundColor": "#FFFFFF",
 		"backgroundColor": "#FFFFFF"
 	},

+ 1 - 1
pages/authorize/authorize.vue

@@ -5,7 +5,7 @@
         </view>
         <view class="login-content">
             <text
-                >您暂未授权呵呵商城小程序获取你的信息,将无法正常使用小程序的功能。如需正常使用,请点击“授权”按钮,打开头像,昵称等信息的授权</text
+                >您暂未授权颜选美学小程序获取你的信息,将无法正常使用小程序的功能。如需正常使用,请点击“授权”按钮,打开头像,昵称等信息的授权</text
             >
         </view>
         <view class="login-form">

+ 2 - 2
pages/login/login.vue

@@ -60,7 +60,7 @@ export default {
     data() {
         return {
             invitationCode: '', //获取用户登录的邀请码
-            loginMessage: '未注册的手机号验证后自动创建呵呵商城账户', //登录信息反馈
+            loginMessage: '未注册的手机号验证后自动创建颜选美学商城账户', //登录信息反馈
             StaticUrl: this.$Static,
             disabled: false,
             params: {
@@ -123,7 +123,7 @@ export default {
         GetUserProfile() {
             return new Promise((resolve, reject) => {
                 wx.getUserProfile({
-                    desc: '呵呵商城小程序获取您的信息', // 声明获取用户个人信息后的用途,后续会展示在弹窗中,请谨慎填写
+                    desc: '颜选美学小程序获取您的信息', // 声明获取用户个人信息后的用途,后续会展示在弹窗中,请谨慎填写
                     success: res => {
                         this.params.nickName = res.userInfo.nickName
                         this.params.headImgUrl = res.userInfo.avatarUrl

+ 1 - 1
pages/tabBar/index/index.vue

@@ -48,7 +48,7 @@
             <!-- 领取优惠券提醒 -->
             <cm-selector-coupons
                 :visible="otherCouponFlag"
-                title="呵呵商城"
+                title="颜选美学"
                 subTitle="您已获得优惠券奖励,赶紧去领取吧!"
                 :image="StaticUrl + 'logo.png'"
                 @click="handleSelectorClick"