ui
叶富雄
2026-03-14 dd243bce58931c90a89e7b6d4628b3c10aa18cf6
ui
6 files modified
39 ■■■■■ changed files
main.js 3 ●●●●● patch | view | raw | blame | history
manifest.json 20 ●●●● patch | view | raw | blame | history
pages/addAddr/addAddr.vue 2 ●●● patch | view | raw | blame | history
pages/addBank/addBank.vue 2 ●●● patch | view | raw | blame | history
pages/address/address.vue 8 ●●●● patch | view | raw | blame | history
pages/quanyi/add.vue 4 ●●●● patch | view | raw | blame | history
main.js
@@ -7,9 +7,6 @@
Vue.config.productionTip = false
App.mpType = 'app'
Vue.prototype.$webHost = 'https://rbb98765.zrgy-bbg.com'
if(process.env.NODE_ENV !== 'production' || window.location.host.includes('test') ){
    Vue.prototype.$webHost = 'https://rbb98765.zrgy-bbg.com'
}
Vue.prototype.$util = util
Vue.prototype.$baseUrl = 'https://tmy.xjzbh.com'
Vue.prototype.$bank = [
manifest.json
@@ -1,6 +1,6 @@
{
    "name" : "齐享购",
    "appid" : "__UNI__3333B1D",
    "appid" : "__UNI__AEFE893",
    "description" : "",
    "versionName" : "1.3.6",
    "versionCode" : 136,
@@ -148,13 +148,27 @@
                    "description" : "核身服务",
                    "platforms" : "Android,iOS",
                    "url" : "https://ext.dcloud.net.cn/plugin?id=10378",
                    "android_package_name" : "",
                    "ios_bundle_id" : "com.qxg.app",
                    "android_package_name" : "com.zhibaohui.qxg",
                    "ios_bundle_id" : "",
                    "isCloud" : true,
                    "bought" : 1,
                    "pid" : "10378",
                    "parameters" : {}
                }
            },
            "DC-WBNormal" : {
                "__plugin_info__" : {
                    "name" : "DC-WBNormal",
                    "description" : "WB Normal SDK uni-app 插件",
                    "platforms" : "Android",
                    "url" : "https://ext.dcloud.net.cn/plugin?id=1491",
                    "android_package_name" : "com.zhibaohui.qxg",
                    "ios_bundle_id" : "",
                    "isCloud" : true,
                    "bought" : 1,
                    "pid" : "1491",
                    "parameters" : {}
                }
            }
        }
    },
pages/addAddr/addAddr.vue
@@ -27,7 +27,7 @@
        <view class="addrBtn" @tap="addrSave">保存</view>
        <view class="tips">
            <view class="tipsTitle">
                <image src="/static/imgs/notice2.png" ></image>
                <image src="/static/imgs/notice2.png" mode=""></image>
                <text>温馨提示</text>
            </view>
            <view class="tipsDesc">请填写真实有效的收货地址,以便我们提供方便快捷的收货体验。若因地址有误或无故拒收导致退货,以及货品运送期间要求修改地址,<text>从而产生的退回以及转运费用将由用户自行承担,敬请仔细填写。</text></view>
pages/addBank/addBank.vue
@@ -36,7 +36,7 @@
        <view class="addrBtn" @tap="bankSave" v-else>保存</view>
        <view class="tips">
            <view class="tipsTitle">
                <image src="/static/imgs/notice2.png" ></image>
                <image src="/static/imgs/notice2.png" mode=""></image>
                <text>温馨提示</text>
            </view>
            <view class="tipsDesc">
pages/address/address.vue
@@ -8,7 +8,7 @@
                        <text>{{item.phone}}</text>
                    </view>
                    <view class="addr-v">{{item.area}}({{item.addr}})</view>
                    <image class="rgt" src="/static/imgs/right.png" ></image>
                    <image class="rgt" src="/static/imgs/right.png" mode=""></image>
                </view>
                <view class="addr-c">
                    <view class="addr-df">
@@ -18,11 +18,11 @@
                    </view>
                    <view class="addr-c-main">
                        <view class="addr-c-c" @tap="$util.goPages('/pages/addAddr/addAddr?id=' + item.id)">
                            <image src="/static/imgs/edit.png" ></image>
                            <image src="/static/imgs/edit.png" mode=""></image>
                            <text>编辑</text>
                        </view>
                        <view class="addr-c-c" @tap="delConfirm(item.id, index)">
                            <image src="/static/imgs/del.png" ></image>
                            <image src="/static/imgs/del.png" mode=""></image>
                            <text>删除</text>
                        </view>
                    </view>
@@ -30,7 +30,7 @@
            </view>
        </view>
        <view class="noData" v-else>
            <image src="/static/imgs/noData.png" ></image>
            <image src="/static/imgs/noData.png" mode=""></image>
            <view class="">没有地址信息</view>
        </view>
        <view class="addrBtn" @tap="addAddr">添加地址</view>
pages/quanyi/add.vue
@@ -2,8 +2,8 @@
import offIcon from '@/static/imgs/icons/off.png'
import leftIcon from  '@/static/imgs/icons/left.png'
import kkIcon from  '@/static/imgs/icons/kk.png'
import addAddress from "./components/addAddress";
import agreement from "./components/agreement";
import addAddress from "@/pages/quanyi/components/addAddress";
import agreement from "@/pages/quanyi/components/agreement";
export default {
  name: "add",
  components: {