Browse Source

Merge branch 'master' into feature/v4.10.9

yuelujie 4 months ago
parent
commit
720bea26a6

+ 1 - 1
src/jfw/modules/publicapply/src/config.yaml

@@ -1,6 +1,6 @@
 etcd:
   hosts:
-    - 172.31.31.204:2379
+  - 172.31.31.203:2379
 userCenterKey: "usercenter.rpc" #用户中台rpc
 powerCheckCenterKey: "powercheck.rpc" #权益校验中台
 entManageApplication: "entmanageapplication.rpc" #企业管理中台

+ 3 - 3
src/web/templates/structuredata/mobile/marketing_wx.html

@@ -69,11 +69,11 @@
 			</div>
 		</div>
 		<div class="j-button-group">
-			<a ="bindPhoneCustomer()" class="j-button-cancel" id="j_cancel">
+			<a v-bound-phone="bindPhoneCustomer()" class="j-button-cancel" id="j_cancel">
 				<!-- <span class="phone_icon"></span> -->
 				<span>咨询客服</span>
 			</a>
-            <button ="bindPhoneLearnMore()" class="j-button-confirm" id="j_confirm">获取数据样例</button>
+            <button v-bound-phone="bindPhoneLearnMore()" class="j-button-confirm" id="j_confirm">获取数据样例</button>
 		</div>
 	</div>
 	{{include "/common/baiducc.html"}}
@@ -169,7 +169,7 @@
           },
           next: function () {
             window.location.href= href
-          }	
+          }
         }
       },
       bindPhoneCustomer: function() {