| | |
| | | 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 = [ |
| | |
| | | { |
| | | "name" : "齐享购", |
| | | "appid" : "__UNI__3333B1D", |
| | | "appid" : "__UNI__AEFE893", |
| | | "description" : "", |
| | | "versionName" : "1.3.6", |
| | | "versionCode" : 136, |
| | |
| | | "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" : {} |
| | | } |
| | | } |
| | | } |
| | | }, |
| | |
| | | <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> |
| | |
| | | <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"> |
| | |
| | | <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"> |
| | |
| | | </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> |
| | |
| | | </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> |
| | |
| | | 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: { |