|
@@ -26,10 +26,11 @@
|
|
|
<Address slot='客户地址' id='Address' />
|
|
<Address slot='客户地址' id='Address' />
|
|
|
<Contacts slot='联系人' id='Contacts' />
|
|
<Contacts slot='联系人' id='Contacts' />
|
|
|
<Financing slot='客户财务信息' id="Financing" />
|
|
<Financing slot='客户财务信息' id="Financing" />
|
|
|
|
|
+ <view style="height: 140rpx;" />
|
|
|
</Yl_FunTabs>
|
|
</Yl_FunTabs>
|
|
|
-
|
|
|
|
|
-<view style="height: 50vh;" />
|
|
|
|
|
-
|
|
|
|
|
|
|
+<!-- 底部 -->
|
|
|
|
|
+<Yl_Tabbar list='{{tabbarList}}' bind:callback="tabbarOnClick" />
|
|
|
|
|
+<!-- 处理四字 -->
|
|
|
<wxs module="handle">
|
|
<wxs module="handle">
|
|
|
module.exports.getName = function (name) {
|
|
module.exports.getName = function (name) {
|
|
|
return name.substring(0, 4)
|
|
return name.substring(0, 4)
|