tremble 5 years ago
parent
commit
a9263c1a6c

+ 1 - 1
app.json

@@ -43,7 +43,7 @@
   "window": {
   "window": {
     "backgroundTextStyle": "dark",
     "backgroundTextStyle": "dark",
     "navigationBarBackgroundColor": "#fff",
     "navigationBarBackgroundColor": "#fff",
-    "navigationBarTitleText": "四维商圈",
+    "navigationBarTitleText": "四维线上博览会",
     "navigationBarTextStyle": "black",
     "navigationBarTextStyle": "black",
     "enablePullDownRefresh": true
     "enablePullDownRefresh": true
   },
   },

+ 4 - 1
config/api.js

@@ -1,4 +1,7 @@
-const API_BASE_URL = 'https://shop.4dkankan.com/platform-framework/api/';
+const API_BASE_URL = 'https://testshop.4dkankan.com/platform-framework/api/';
+
+// const API_BASE_URL = 'https://bat6d.4dkankan.com/4dkankan-shop/api/';
+
 // const API_BASE_URL = 'http://192.168.0.207:8080/platform-framework/api/';
 // const API_BASE_URL = 'http://192.168.0.207:8080/platform-framework/api/';
 
 
 
 

+ 3 - 3
pages/auth/btnAuth/btnAuth.wxml

@@ -8,11 +8,11 @@
   </view>
   </view>
   <view class='login_text'>
   <view class='login_text'>
     <image src='{{login_logo}}'></image>
     <image src='{{login_logo}}'></image>
-    <view>四维商圈新体验</view>
-    <view>宅家中,云逛街,轻松买</view>
+    <view>四维线上博览会</view>
+    <view>参展成本低、展会永不落幕、传播无地区限制、高效持久获取商机、安全环保。</view>
   </view>
   </view>
   <view class="quanxian">
   <view class="quanxian">
-    <view>四维商圈小程序申请获得以下权限</view>
+    <view>四维线上博览会小程序申请获得以下权限</view>
     <view>· 获得您的公开信息(昵称、头像等)</view>
     <view>· 获得您的公开信息(昵称、头像等)</view>
   </view>
   </view>
   <button  wx:if="{{canIUse}}" class='btn_login' open-type="getUserInfo" bindgetuserinfo="bindGetUserInfo">授权登录</button>
   <button  wx:if="{{canIUse}}" class='btn_login' open-type="getUserInfo" bindgetuserinfo="bindGetUserInfo">授权登录</button>

+ 1 - 1
pages/cart/cart.wxss

@@ -96,7 +96,7 @@ page{
     height: auto;
     height: auto;
     width: 100%;
     width: 100%;
     overflow: hidden;
     overflow: hidden;
-    padding-bottom: 180rpx;
+    /* padding-bottom: 180rpx; */
 }
 }
 
 
 .cart-view .group-item{
 .cart-view .group-item{

+ 2 - 2
pages/index/index.js

@@ -158,8 +158,8 @@ Router({
   },
   },
   onShareAppMessage: function () {
   onShareAppMessage: function () {
     return {
     return {
-      title: '四维商圈:宅家中,云逛街,轻松买',
-      desc: '四维商圈:宅家中,云逛街,轻松买',
+      title: '四维线上博览会:参展成本低、展会永不落幕、传播无地区限制、高效持久获取商机、安全环保。',
+      desc: '四维线上博览会:参展成本低、展会永不落幕、传播无地区限制、高效持久获取商机、安全环保。',
       path: '/pages/index/index'
       path: '/pages/index/index'
     }
     }
   },
   },

+ 1 - 1
pages/ucenter/feedback/feedback.wxml

@@ -10,7 +10,7 @@
     </view>
     </view>
   </picker>
   </picker>
   <view class="fb-body">
   <view class="fb-body">
-    <textarea class="content" placeholder="对我们的网站、商品、服务,您还有什么建议吗?您还希望在四维商圈上买到什么?请告诉我们。"  bindinput ="contentInput" maxlength="500" auto-focus="true" value="{{content}}"/>
+    <textarea class="content" placeholder="对我们的网站、商品、服务,您还有什么建议吗?请告诉我们。"  bindinput ="contentInput" maxlength="500" auto-focus="true" value="{{content}}"/>
     <view class="text-count">{{contentLength}}/500</view>
     <view class="text-count">{{contentLength}}/500</view>
   </view>
   </view>
   <view class="fb-mobile">
   <view class="fb-mobile">

+ 1 - 1
pages/ucenter/index/index.js

@@ -204,7 +204,7 @@ Page({
             //用户按了拒绝按钮
             //用户按了拒绝按钮
             // wx.showModal({
             // wx.showModal({
             //     title: '温馨提示',
             //     title: '温馨提示',
-            //     content: '您点击了"取消"授权,将无法获取四维商圈完整服务。请“授权”以保证各项功能正常使用。',
+            //     content: '您点击了"取消"授权,将无法获取四维线上博览会完整服务。请“授权”以保证各项功能正常使用。',
             //     confirmText:'授权',
             //     confirmText:'授权',
             //     success: function (res) {
             //     success: function (res) {
             //         if (res.confirm) {
             //         if (res.confirm) {

+ 1 - 1
pages/webview/index.js

@@ -97,7 +97,7 @@ Page({
     let { id, newPicUrl } = this.data
     let { id, newPicUrl } = this.data
 
 
     return {
     return {
-      title: '四维商圈:宅家中,云逛街,轻松买',
+      title: '四维线上博览会:参展成本低、展会永不落幕、传播无地区限制、高效持久获取商机、安全环保。',
       imageUrl: newPicUrl,
       imageUrl: newPicUrl,
       url: `/pages/webview/index?id=${id}`,
       url: `/pages/webview/index?id=${id}`,
     }
     }