fix(views): 修复路由页面苹果卡选项显示问题
- 注释掉了旧的苹果页面选项,避免误导用户 - 新增苹果卡V2选项,方便用户选择 - 优化通道页面下拉菜单的选项展示逻辑
This commit is contained in:
@@ -187,7 +187,7 @@
|
||||
<span>通道页面:</span>
|
||||
<select class="payment-html" value="">
|
||||
<!-- <option value="index_apple_tmall.html">天猫直付核销版</option>-->
|
||||
<option value="index_apple.html">苹果页面</option>
|
||||
<!-- <option value="index_apple.html">苹果页面</option>-->
|
||||
<!-- <option value="index_ctrip.html">携程页面</option>-->
|
||||
<!-- <option value="index_jd.html">京东E卡页面</option>-->
|
||||
<!-- <option value="index_wrm_self.html">沃尔玛页面(自有)</option>-->
|
||||
@@ -223,6 +223,7 @@
|
||||
<!-- <option value="index-xrwu.html">玄武卡</option>-->
|
||||
<!-- <option value="index-apple-v2.html">苹果卡V2</option>-->
|
||||
<!-- <option value="index-alipay.html">支付宝</option>-->
|
||||
<option value="index-apple-ft.html">苹果卡V2</option>
|
||||
</select>
|
||||
<span class="star">*</span>
|
||||
</label>
|
||||
|
||||
Reference in New Issue
Block a user