ylong 7 mesiacov pred
rodič
commit
862dc4955e

+ 1 - 11
pages-mine/pages/customer-service.vue

@@ -1,19 +1,9 @@
 <template>
     <view class="container">
-        <web-view :src="serviceUrl"></web-view>
+        <web-view src="https://zfbkf.shuhi.com/s/132094qkhm"></web-view>
     </view>
 </template>
 
-<script>
-export default {
-    data() {
-        return {
-            serviceUrl: 'https://zfbkf.shuhi.com/s/132094qkhm'
-        }
-    }
-}
-</script>
-
 <style lang="scss" scoped>
 .container {
     width: 100%;

+ 1 - 1
pages-mine/pages/setting.vue

@@ -46,7 +46,7 @@
                         <button class="get-phone-btn" open-type="getAuthorize" scope="phoneNumber"
                             @getAuthorize="onGetAuthorize" @error="handleAuthError">
                             <text class="common-text-2" v-if="userInfo.mobile">{{ userInfo.mobile }}</text>
-                            <text class="common-text" v-else>未绑定2</text>
+                            <text class="common-text" v-else>未绑定</text>
                             <u-icon :color="arrowColor" style="margin-left: 20rpx;" size="28"
                                 name="arrow-right"></u-icon>
                         </button>