xing.li 3 years ago
parent
commit
744cc779cb

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

@@ -79,7 +79,7 @@ Page({
    */
   onShareAppMessage: function () {
     return {
-        title: "沪上阿姨福利GO",
+        title: "福利GO",
         path: "/pages/welfareMall/index/index",
         imageUrl: this.data.bannerList[0]?.figure
     }

+ 1 - 1
pages/welfareMall/order/orderCompletion.wxml

@@ -12,7 +12,7 @@
       <view class="order-state-title" wx:if="{{orderDetail.status.value == 4}}">订单{{orderDetail.status.showText}}</view>
       <!-- 5 已完成  -->
       <view class="order-state-title" wx:if="{{orderDetail.status.value == 5}}">订单{{orderDetail.status.showText}}</view>
-      <view class="order-state-text">感谢您对沪上阿姨的喜爱与支持,欢迎再度光临</view>
+      <view class="order-state-text">感谢您的喜爱与支持,欢迎再度光临</view>
     </view>
     <view class="order-details flex-column">
       <view class="content-hm flex-column">

+ 1 - 1
pages/welfareMall/staff/noStaff.wxml

@@ -7,7 +7,7 @@
         <image wx:if="{{!isLogin}}" class="head-noStaff-logo" src="/images/welfareMall/staff-logo.png" />
         <!-- 获取用户头像 -->
         <open-data wx:if="{{isLogin}}" class="head-noStaff-logo" type="userAvatarUrl"></open-data>
-        <view class="head-text">抱歉!您还不是沪上阿姨员工!</view>
+        <view class="head-text">抱歉!您还不是员工!</view>
       </view>
       <view class="noStaff-content flex-column">
         <view class="content-join" catchtap="toRecurit"></view>

+ 3 - 2
project.config.json

@@ -36,7 +36,7 @@
       "disablePlugins": [],
       "outputPath": ""
     },
-    "useIsolateContext": true,
+    "useIsolateContext": false,
     "userConfirmedBundleSwitch": false,
     "packNpmManually": false,
     "packNpmRelationList": [],
@@ -45,7 +45,8 @@
     "minifyWXML": false,
     "showES6CompileOption": false,
     "useCompilerPlugins": false,
-    "ignoreUploadUnusedFiles": false
+    "ignoreUploadUnusedFiles": false,
+    "userConfirmedUseIsolateContext": false
   },
   "compileType": "miniprogram",
   "libVersion": "2.23.4",