瀏覽代碼

去银行卡列表修改

JXDS18FUJT 2 年之前
父節點
當前提交
4a88b2ef72
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/cashout/index.vue

+ 1 - 1
src/views/cashout/index.vue

@@ -47,7 +47,7 @@
 
 					</van-field>
 					<van-field type="digit" v-model="encBankNo" label="银行卡号" placeholder="请输入银行卡号" />
-					<van-field is-link :url="'/cashoutBankList?amount=' + amount" readonly label="银行卡列表" />
+					<van-field is-link :url="'./cashoutBankList?amount=' + amount" readonly label="银行卡列表" />
 				</van-cell-group>
 			</van-dialog>