feat(pay/index): 充值页面输入框大小调整
This commit is contained in:
parent
073775840b
commit
3cd7a533e1
|
@ -19,7 +19,7 @@ module.exports = vm => {
|
|||
|
||||
//#ifdef DEV_SERVER
|
||||
console.log('DEV_SERVER')
|
||||
config.baseURL = 'http://192.168.0.86:8080'
|
||||
config.baseURL = 'http://t-app.beida413.com/prod-api'
|
||||
//#endif
|
||||
|
||||
//#ifdef QA_SERVER
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
/>
|
||||
<u-input
|
||||
class="recharge-input"
|
||||
fontSize="34"
|
||||
fontSize="36"
|
||||
v-model="rechargeAmount"
|
||||
placeholder="或输入自定义金额"
|
||||
></u-input>
|
||||
|
|
Loading…
Reference in New Issue