yuanmingze 2 hete
szülő
commit
c3cc3c39d8

+ 1 - 1
src/pages-auth/bank/index.vue

@@ -129,7 +129,7 @@ defineOptions({
 })
 
 const API_SUCCESS_CODE = 0
-const SIGN_URL = '/pages-sub-packages/mine/auth/index'
+const SIGN_URL = '/pages-auth/settlement-channel-sign/index'
 const BACK_DELAY = 500
 
 interface CurrentUserForBankAuth {

+ 0 - 1
src/pages-task/task-visit/components/visit-template/shared/VisitRemark.vue

@@ -5,7 +5,6 @@
       v-model="remark"
       placeholder="请输入备注"
       clearable
-      auto-height
       custom-style="min-height: 200rpx;"
     />
   </view>