石广澎
2024-09-12 044aa7f874f8fa37066e2da92901f40470b7090b
feat(支付):
修改系统名称
4个文件已删除
3个文件已修改
729 ■■■■■ 已修改文件
components/bind-card-activity/bind-card-activity.vue 161 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
components/card-agreement/card-agreement.vue 106 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
components/input-number/input-number.vue 171 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
components/key-bord/key-bord.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
components/user-agreement/user-agreement.vue 261 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
manifest.json 22 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages.json 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
components/bind-card-activity/bind-card-activity.vue
File was deleted
components/card-agreement/card-agreement.vue
File was deleted
components/input-number/input-number.vue
File was deleted
components/key-bord/key-bord.vue
@@ -1,5 +1,6 @@
<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>
@@ -8,8 +9,7 @@
        <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>
components/user-agreement/user-agreement.vue
File was deleted
manifest.json
@@ -1,7 +1,7 @@
{
    "name" : "佰惠付",
    "appid" : "__UNI__3E21AAD",
    "description" : "佰惠付",
    "description" : "冀驿付",
    "versionName" : "1.0.0",
    "versionCode" : "100",
    "transformPx" : false,
@@ -50,11 +50,6 @@
    "quickapp" : {},
    /* 小程序特有相关 */
    "mp-weixin" : {
        "appid" : "wxfc579973fbdde096",
        "setting" : {
            "urlCheck" : false,
            "minified" : true
        },
        "usingComponents" : true
    },
    "mp-alipay" : {
@@ -71,23 +66,10 @@
    },
    "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" : {
pages.json
@@ -6,7 +6,7 @@
        {
            "path": "pay/index",
            "style": {
                "navigationBarTitleText": "佰惠付",
                "navigationBarTitleText": "冀驿付",
                "enablePullDownRefresh": false
                // #ifdef H5
                ,
@@ -39,7 +39,7 @@
    ],
    "globalStyle": {
        "navigationBarTextStyle": "black",
        "navigationBarTitleText": "佰惠付",
        "navigationBarTitleText": "冀驿付",
        "navigationBarBackgroundColor": "#EDEDED",
        "backgroundColor": "#EDEDED"
    },