Ver Fonte

修改出金 317 不显示问题

Handy_Cao há 1 ano atrás
pai
commit
0e62143de4

+ 1 - 1
public/config/appconfig.json

@@ -3,7 +3,7 @@
   "appName": "多元世纪",
   "version": "1.0.5",
   "versionCode": "10005",
-  "apiUrl": "http://192.168.31.204:8080/cfg?key=test_204",
+  "apiUrl": "http://192.168.31.134:8080/cfg?key=test_134",
   "tradeChannel": "ws",
   "modules": [
     "register",

+ 1 - 5
src/packages/mobile/views/bank/wallet/components/withdraw/Index.vue

@@ -33,6 +33,7 @@
                         :name="item.fieldcode" :label="item.fieldname" v-model="item.value"
                         :placeholder="`请输入${item.fieldname}`" />
                 </template>
+                <p style="padding: 15px; color: #666; font-size: 13px;" v-html="msg_317"></p>
             </CellGroup>
             <CellGroup inset v-if="cusBank.canoutamount === 0">
                 <Cell>
@@ -40,11 +41,6 @@
                         <p v-html="msg"></p>
                     </template>
                 </Cell>
-                <Cell>
-                    <template #label>
-                        <p v-html="msg_317"></p>
-                    </template>
-                </Cell>
             </CellGroup>
         </Form>
         <template #footer v-if="cusBank.canoutamount === 1">

+ 3 - 1
src/packages/pc/views/footer/capital/summary/withdraw/index.vue

@@ -27,7 +27,9 @@
             </el-form-item>
         </el-form>
         <span v-if="cusBank.canoutamount === 0" v-html="msg" />
-        <span v-if="cusBank.canoutamount === 0" v-html="msg_317" />
+        <el-form-item>
+            <span style="font-size: 11px; color: #aaa;" v-html="msg_317" />
+        </el-form-item>
         <template #footer>
             <el-button type="info" @click="onCancel">取消</el-button>
             <el-button v-if="cusBank.canoutamount === 1" type="primary" @click="doWithDrawWarning">提交</el-button>