| | |
| | | <template> |
| | | <view class="box"> |
| | | <view class="u-text-right u-font-30 color-666 u-p-20" @click="close">关闭</view> |
| | | <view class="u-p-10 u-flex u-row-between"> |
| | | <view class="u-flex u-flex-wrap"> |
| | | <view v-for="(num,index) in numList" :key="index" class="num-item" hover-class="num-hover" @click="inputStr(num)">{{num}}</view> |
| | |
| | | <view hover-class="num-hover" class="del-item u-flex u-row-center" @click="delStr"> |
| | | <image src="@/static/del-icon.png" class="del-btn"></image> |
| | | </view> |
| | | <view hover-class="num-hover" class="flex-1 pay-btn u-font-30 color-fff font-bold" @click="pay">扫码收款 |
| | | </view> |
| | | <view hover-class="num-hover" class="flex-1 pay-btn u-font-30 color-fff font-bold" @click="pay">付款</view> |
| | | </view> |
| | | </view> |
| | | </view> |
| | |
| | | { |
| | | "name" : "佰惠付", |
| | | "appid" : "__UNI__3E21AAD", |
| | | "description" : "佰惠付", |
| | | "description" : "冀驿付", |
| | | "versionName" : "1.0.0", |
| | | "versionCode" : "100", |
| | | "transformPx" : false, |
| | |
| | | "quickapp" : {}, |
| | | /* 小程序特有相关 */ |
| | | "mp-weixin" : { |
| | | "appid" : "wxfc579973fbdde096", |
| | | "setting" : { |
| | | "urlCheck" : false, |
| | | "minified" : true |
| | | }, |
| | | "usingComponents" : true |
| | | }, |
| | | "mp-alipay" : { |
| | |
| | | }, |
| | | "vueVersion" : "2", |
| | | "h5" : { |
| | | "title" : "佰惠付", |
| | | "title" : "冀驿付", |
| | | "router" : { |
| | | "base" : "/", |
| | | "mode" : "history" |
| | | }, |
| | | "devServer" : { |
| | | "proxy" : { |
| | | "/dev-api" : { |
| | | "target" : "http://172.16.2.122:8080", |
| | | "changeOrigin" : true, |
| | | "secure" : false, |
| | | "pathRewrite" : { |
| | | "^/dev-api" : "" |
| | | } |
| | | } |
| | | }, |
| | | "port" : "" |
| | | }, |
| | | "optimization" : { |
| | | "treeShaking" : { |
| | |
| | | { |
| | | "path": "pay/index", |
| | | "style": { |
| | | "navigationBarTitleText": "佰惠付", |
| | | "navigationBarTitleText": "冀驿付", |
| | | "enablePullDownRefresh": false |
| | | // #ifdef H5 |
| | | , |
| | |
| | | ], |
| | | "globalStyle": { |
| | | "navigationBarTextStyle": "black", |
| | | "navigationBarTitleText": "佰惠付", |
| | | "navigationBarTitleText": "冀驿付", |
| | | "navigationBarBackgroundColor": "#EDEDED", |
| | | "backgroundColor": "#EDEDED" |
| | | }, |