wangyingjie před 2 roky
rodič
revize
24e7cc8726

+ 2 - 2
components/dkbusiness/dk-muti-dropdown-item/dk-muti-dropdown-item.js

@@ -335,7 +335,7 @@ Component({
      * 查询数据
      * @param {*} e 
      */
-    getdata: function (DataSourceCode) {
+    getdata: function (DataSourceCode) { 
       let param = {
         dataSourceCode: DataSourceCode
       }
@@ -351,7 +351,7 @@ Component({
       }
 
       return new Promise((resolve, reject) => {
-        api.request(Constants.BASIC_COMMON_API + 'get_wx_init_data', 'POST', param).then(res => {
+        api.request(Constants.BASIC_COMMON_API + 'get_init_data', 'POST', param).then(res => {
           if (res.data.code === 200) {
             resolve(res.data)
           } else {

+ 3 - 3
package-accounts-manage/pages/fund-account/fund-account.wxml

@@ -30,9 +30,9 @@
     </view>
 
     <view style="background-color: white;">
-    <view  wx:if="{{!item.checked}}" wx:for="{{item.children}}"wx:for-item="item_"  data-item="{{item_}}" catchtap="toDetail" >
-      <van-swipe-cell right-width="{{ 65 }}"  disabled="{{swipeDisabled}}" data-index="{{index}}" data-item="{{item_}}" async-close bind:close="onCloseSwipe" >
-      <view   wx:for-index="index_" wx:key="index_" style="display: flex;padding:10rpx"> 
+    <view  wx:if="{{!item.checked}}" wx:for="{{item.children}}"wx:for-item="item_"  >
+      <van-swipe-cell right-width="{{ 65 }}"  disabled="{{swipeDisabled}}" data-index="{{index}}" data-item="{{item_}}" async-close bind:close="onCloseSwipe"    >
+      <view data-item="{{item_}}"  catchtap="toDetail"   wx:for-index="index_" wx:key="index_" style="display: flex;padding:10rpx"> 
         <view style="display: flex; font-size: 13px;width: 100%;margin:2vw">
           <view style="flex: 1;">{{item_.macName}}</view>
           <view style="margin-right: 5vw;display: flex;  color: #CAA977;">