Explorar o código

feat:更新信息

jinx %!s(int64=4) %!d(string=hai) anos
pai
achega
7b5f9899b9

+ 1 - 1
apps/RealtorEasier/components/detail-components/detail-scroll/detail-scroll.wxml

@@ -96,7 +96,7 @@
             <view class="detail-title">物业特色
                 <!-- <view class="arrow-right fr"></view> -->
             </view>
-            <view wx:for="house.remarks" :key="name">
+            <view wx:for="{{house.remarks}}" :key="name">
                 <view class="detail-text">{{item.title}}</view>
                 <view class="detail-text">
                     {{item.text}}

+ 1 - 0
apps/RealtorEasier/pages/follow-list/follow-list.js

@@ -32,6 +32,7 @@ Page({
         }
         return item
       }) 
+      console.log(tabs)
       this.setData({
         tabs: tabs
       })

+ 1 - 1
apps/RealtorEasier/pages/login/login.json

@@ -1,4 +1,4 @@
 {
-  "navigationBarTitleText": "看房 4DKanKan",
+  "navigationBarTitleText": "美房理",
   "usingComponents": {}
 }

+ 1 - 1
apps/RealtorEasier/pages/login/login.wxml

@@ -9,7 +9,7 @@
     <view>看房大平台,在线云带看,足不出户看实况让您的房产交易更便捷</view>
   </view>
   <view class="quanxian">
-    <view>四维时代网络科技有限公司申请获得以下权限</view>
+    <view>美房理申请获得以下权限</view>
     <view>· 获得您的公开信息(昵称、头像等)</view>
   </view>
   <button  wx:if="{{canIUse}}" class='btn_login'  open-type="getUserInfo" bindtap="login">授权登录</button>

+ 1 - 1
apps/agent/app.json

@@ -27,7 +27,7 @@
     "van-toast": "components/vant-ui/toast/index"
   },
   "window": {
-    "navigationBarTitleText": "四维看房经纪人端",
+    "navigationBarTitleText": "RealtorEasier",
     "navigationBarBackgroundColor": "#fff",
     "navigationBarTextStyle": "black"
   },

+ 1 - 1
apps/agent/pages/add-client/add-client.json

@@ -1,6 +1,6 @@
 {
   "component": true,
-  "navigationBarTitleText": "看房4DKanKan",
+  "navigationBarTitleText": "RealtorEasier",
   "usingComponents": {
     "van-popup": "/components/vant-ui/popup/index",
     "van-rate": "/components/vant-ui/rate/index",

+ 1 - 0
apps/agent/pages/chat-list/chat-list.js

@@ -24,6 +24,7 @@ Page({
         let app = getApp()
         getApp().autoSubcrebe && getApp().autoSubcrebe()
         let item = e.currentTarget.dataset.item;
+        console.log(item)
         app.globalData.unViewMsg = app.globalData.unViewMsg - item.unReadNum
         console.log(item.unread, app.globalData.unViewMsg, e)
         delete item.latestMsg;

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 1 - 1
apps/agent/pages/chat/chat.js


+ 1 - 1
apps/agent/pages/client-detail/client-detail.json

@@ -1,4 +1,4 @@
 {
   "usingComponents": {},
-  "navigationBarTitleText": "看房4DKanKan"
+  "navigationBarTitleText": "RealtorEasier"
 }

+ 1 - 1
apps/agent/pages/client/client.json

@@ -1,7 +1,7 @@
 {
   "navigationBarBackgroundColor": "#fff",
   "navigationBarTextStyle": "black",
-  "navigationBarTitleText": "看房4DKanKan",
+  "navigationBarTitleText": "RealtorEasier",
   "usingComponents": {
     "client-item": "./../../components/client-item/client-item",
     "tab-bar": "/components/tab-bar/tab-bar",

+ 4 - 3
apps/agent/pages/index/index.js

@@ -127,7 +127,7 @@ Page({
             district:'',
             price_s:'',
             rooms:'',
-            bothRooms:'',
+            bathRooms:'',
         },
         has_next: true,
         navbarInitTop: 80,
@@ -202,6 +202,7 @@ Page({
     comfirmhandle(e){
         let data = e.detail
         let fetData = this.data.fetcherData
+        console.log(data.jushi)
         let tmp = Object.assign(fetData,{
             price_s:data.jiage||fetData.price||'',
             room_s:data.jushi||'',
@@ -227,7 +228,7 @@ Page({
             district:selectObj.didian.name,
             price_s:selectObj.jiage?selectObj.jiage.id:'',
             rooms:selectObj.jushi?selectObj.jushi.id:'',
-            bothRooms:selectObj.yushi?selectObj.yushi.id:'',
+            bathRooms:selectObj.yushi?selectObj.yushi.id:'',
             city: selectObj.quyu.name.replace('市', '')
         })
         this.setData({
@@ -292,7 +293,7 @@ Page({
     onShareAppMessage: function (res) {
         var path ='/pages/index/index'
         return {
-          title: '四维看看,海量复刻真房源',
+          title: 'RealtorEasier,海量复刻真房源',
           path: path,
           imageUrl: 'https://4d-tjw.oss-cn-shenzhen.aliyuncs.com/4dHouse/share.png', // 分享的封面图
         }

+ 1 - 1
apps/agent/pages/index/index.json

@@ -1,7 +1,7 @@
 {
   "navigationBarBackgroundColor": "#fff",
   "navigationBarTextStyle": "black",
-  "navigationBarTitleText": "看房4DKanKan",
+  "navigationBarTitleText": "RealtorEasier",
   "usingComponents": {
     "house-item": "./../../components/house-item/house-item",
     "tab-bar": "./../../components/tab-bar/tab-bar",

+ 1 - 1
apps/agent/pages/login/login.json

@@ -1,4 +1,4 @@
 {
-  "navigationBarTitleText": "看房 4DKanKan",
+  "navigationBarTitleText": "RealtorEasier",
   "usingComponents": {}
 }

+ 3 - 3
apps/agent/pages/login/login.wxml

@@ -5,11 +5,11 @@
   </view>
   <view class='login_text'>
     <image src='{{login_logo}}'></image>
-    <view>看房4DKanKan</view>
-    <view>看房大平台,在线云带看,足不出户看实况让您的房产交易更便捷</view>
+    <view>RealtorEasier</view>
+    <view>RealtorEasier是一个为海外房产经纪人提供一站式服务的平台,服务包括但不只Signs,3D Visual,Staging,Cleaning,Hauling……总公司FALCON GROUP在洛杉矶已经拥有了三十年的服务口碑。</view>
   </view>
   <view class="quanxian">
-    <view>四维时代网络科技有限公司申请获得以下权限</view>
+    <view>RealtorEasier申请获得以下权限</view>
     <view>· 获得您的公开信息(昵称、头像等)</view>
   </view>
   <!-- <button  wx:if="{{canIUse}}" class='btn_login' open-type="getPhoneNumber" bindgetphonenumber="bindgetphonenumber">授权登录</button> -->

+ 1 - 1
apps/agent/pages/web/web.json

@@ -2,5 +2,5 @@
   "usingComponents": {
     "trtc-room": "/components/trtc-room/trtc-room"
   },
-  "navigationBarTitleText": "看房4DKanKan"
+  "navigationBarTitleText": "RealtorEasier"
 }