Ver Fonte

去银行卡列表修改

JXDS18FUJT há 2 anos atrás
pai
commit
4a88b2ef72
1 ficheiros alterados com 1 adições e 1 exclusões
  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>