1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615 |
- <template>
- <view :style="colorStyle">
- <view class='order-submission'>
- <view class="allAddress" :style="store_self_mention ? '':'padding-top:10rpx'" v-if="!product_type">
- <view class='address acea-row row-between-wrapper' @tap='onAddress' v-if='shippingType == 0'>
- <view class='addressCon' v-if="addressInfo.real_name">
- <view class='name'>{{addressInfo.real_name}}
- <text class='phone'>{{addressInfo.phone}}</text>
- </view>
- <view class="line1">
- <text class='default font-num'
- v-if="addressInfo.is_default">[默认]</text>{{addressInfo.province}}{{addressInfo.city}}{{addressInfo.district}}{{addressInfo.detail}}
- </view>
- <!-- <view class='setaddress'>设置收货地址</view> -->
- </view>
- <view class='addressCon' v-else>
- <view class='setaddress'>设置收货地址</view>
- </view>
- <view class='iconfont icon-jiantou'></view>
- </view>
- <view class='line'>
- <image src='/static/images/line.jpg'></image>
- </view>
- </view>
- <view class="orderGoods" :class="product_type?'on':''">
- <view class='total'>共{{resData.num}}件商品</view>
- <view class='goodWrapper'>
- <view class='item acea-row row-between-wrapper' @click="jumpCon(cartInfo.product_id)">
- <view class='pictrue'>
- <image :src='cartInfo.image'></image>
- </view>
- <view class='text'>
- <view class='acea-row row-between-wrapper'>
- <view class='name line1'>{{cartInfo.store_name}}</view>
- <view class='num'>x {{resData.num}}</view>
- </view>
- <view class='attr line1' v-if="cartInfo.attrInfo">{{cartInfo.attrInfo.suk}}
- </view>
- <view class='money font-color' v-if="cartInfo.attrInfo">
- <text v-if="parseFloat(cartInfo.attrInfo.integral)">{{cartInfo.attrInfo.integral}}积分</text>
- <text v-if="parseFloat(cartInfo.attrInfo.integral) && parseFloat(cartInfo.attrInfo.price)">+</text>
- <text v-if="parseFloat(cartInfo.attrInfo.price)">{{cartInfo.attrInfo.price}}元</text>
- </view>
- <view class='money font-color' v-else>
- <text v-if="parseFloat(cartInfo.integral)">{{cartInfo.integral}}积分</text>
- <text v-if="parseFloat(cartInfo.integral) && parseFloat(cartInfo.price)">+</text>
- <text v-if="parseFloat(cartInfo.price)">{{cartInfo.price}}元</text>
- </view>
- </view>
- </view>
- </view>
- </view>
- <view class='wrapper' v-if="confirm.length">
- <view class='item acea-row row-between-wrapper' :class="{on:(item.name=='radios' || item.name=='checkboxs'),on2:item.name == 'dateranges',on3:item.name == 'citys'}" v-for="(item,index) in confirm" :key="index">
- <view class="name">
- <span class="asterisk" v-if="item.titleShow.val">*</span>
- {{ item.titleConfig.value }}
- </view>
- <!-- radio -->
- <view v-if="item.name=='radios'" class="discount">
- <radio-group @change="radioChange(e, index, item)" class="acea-row row-middle row-right">
- <label class="radio" v-for="(j,jindex) in item.wordsConfig.list" :key="jindex">
- <view class="acea-row row-middle">
- <!-- #ifndef MP -->
- <radio :value="jindex.toString()" :checked='j.show'/>
- <!-- #endif -->
- <!-- #ifdef MP -->
- <radio :value="jindex" :checked='j.show'/>
- <!-- #endif -->
- <view>{{j.val}}</view>
- </view>
- </label>
- </radio-group>
- </view>
- <!-- checkbox -->
- <view v-if="item.name=='checkboxs'" class="discount">
- <checkbox-group @change="checkboxChange($event, index, item)" class="acea-row row-middle row-right">
- <label class="radio" v-for="(j,jindex) in item.wordsConfig.list" :key="jindex">
- <view class="acea-row row-middle">
- <!-- #ifndef MP -->
- <checkbox :value="jindex.toString()" :checked="j.show" style="transform:scale(0.9)" />
- <!-- #endif -->
- <!-- #ifdef MP -->
- <checkbox :value="jindex" :checked="j.show" style="transform:scale(0.9)" />
- <!-- #endif -->
- <view>{{j.val}}</view>
- </view>
- </label>
- </checkbox-group>
- </view>
- <!-- text -->
- <view v-if="item.name=='texts' && item.valConfig.tabVal == 0" class="discount">
- <input type="text" :placeholder="item.tipConfig.value" placeholder-class="placeholder" v-model="item.value" />
- </view>
- <!-- number -->
- <view v-if="item.name=='texts' && item.valConfig.tabVal == 4" class="discount">
- <input type="number" :placeholder="item.tipConfig.value" placeholder-class="placeholder" v-model="item.value" />
- </view>
- <!-- email -->
- <view v-if="item.name=='texts' && item.valConfig.tabVal == 3" class="discount">
- <input type="text" :placeholder="item.tipConfig.value" placeholder-class="placeholder" v-model="item.value" />
- </view>
- <!-- data -->
- <view v-if="item.name=='dates'" class="discount">
- <picker mode="date" :value="item.value" @change="bindDateChange($event,index)">
- <view class="acea-row row-between-wrapper">
- <view v-if="item.value == ''">{{item.tipConfig.value}}</view>
- <view v-else>{{item.value}}</view>
- <text class='iconfont icon-jiantou'></text>
- </view>
- </picker>
- </view>
- <!-- dateranges -->
- <view v-if="item.name=='dateranges'" class="discount">
- <uni-datetime-picker v-model="item.value" type="daterange" @maskClick="maskClick">
- {{item.value.length?item.value[0]+' - '+item.value[1]:item.tipConfig.value}}
- <text class='iconfont icon-jiantou'></text>
- </uni-datetime-picker>
- </view>
- <!-- time -->
- <view v-if="item.name=='times'" class="discount">
- <picker mode="time" :value="item.value" @change="bindTimeChange($event,index)"
- :placeholder="item.tipConfig.value">
- <view class="acea-row row-between-wrapper">
- <view v-if="item.value == ''">{{item.tipConfig.value}}</view>
- <view v-else>{{item.value}}</view>
- <text class='iconfont icon-jiantou'></text>
- </view>
- </picker>
- </view>
- <!-- timeranges -->
- <view v-if="item.name=='timeranges'" class="discount acea-row row-between-wrapper" @click="getTimeranges(index)">
- <view v-if="item.value">{{item.value}}</view>
- <view v-else>{{item.tipConfig.value}}</view>
- <text class='iconfont icon-jiantou'></text>
- </view>
- <!-- select -->
- <view v-if="item.name=='selects'" class="discount">
- <picker :value="item.value" :range="item.wordsConfig.list" @change="bindSelectChange($event,index,item)" range-key="val">
- <view class="acea-row row-between-wrapper">
- <view v-if="item.value == ''">请选择</view>
- <view v-else>{{item.value}}</view>
- <text class='iconfont icon-jiantou'></text>
- </view>
- </picker>
- </view>
- <!-- city -->
- <view v-if="item.name=='citys'" class="discount" @click="changeRegion(index)">
- <view class="acea-row row-middle row-right">
- <view class="city" v-if="item.value == ''">{{item.tipConfig.value}}</view>
- <view class="city" v-else>{{item.value}}</view>
- <text class='iconfont icon-jiantou'></text>
- </view>
- </view>
- <!-- id -->
- <view v-if="item.name=='texts' && item.valConfig.tabVal == 2" class="discount">
- <input type="idcard" :placeholder="item.tipConfig.value" placeholder-class="placeholder" v-model="item.value" />
- </view>
- <!-- phone -->
- <view v-if="item.name=='texts' && item.valConfig.tabVal == 1" class="discount">
- <input type="number" :placeholder="item.tipConfig.value" placeholder-class="placeholder" v-model="item.value" />
- </view>
- <!-- img -->
- <view v-if="item.name=='uploadPicture'" class="confirmImg">
- <view class='upload acea-row row-middle'>
- <view class='pictrue' v-for="(items,indexs) in item.value" :key="indexs">
- <image :src='items' mode="aspectFill"></image>
- <!-- <view class='iconfont icon-guanbi1 font-num' @tap='DelPic(index,indexs)'></view> -->
- <view class="close acea-row row-center-wrapper" @tap='DelPic(index,indexs)'>
- <view class="iconfont icon-guanbi5"></view>
- </view>
- </view>
- <view class='pictrue acea-row row-center-wrapper row-column' @tap='uploadpic(index)'
- v-if="item.value.length < item.numConfig.val">
- <text class='iconfont icon-icon25201'></text>
- <view>上传图片</view>
- </view>
- </view>
- </view>
- </view>
- </view>
- <view class='wrapper'>
- <view class='item acea-row row-between-wrapper'>
- <view>可用积分</view>
- <view class='discount'>{{resData.integral}}
- </view>
- </view>
- <view class='item acea-row row-between-wrapper'>
- <view>抵扣积分</view>
- <view class='discount'>{{resData.total_integral}}
- </view>
- </view>
- <view class='item acea-row row-between-wrapper'>
- <view>快递费用</view>
- <view class='discount'>免运费
- </view>
- </view>
- <view class='item' v-if="textareaStatus">
- <view>备注信息</view>
- <textarea placeholder-class='placeholder' placeholder="请添加备注(150字以内)" v-if="!coupon.coupon"
- @input='bindHideKeyboard' :value="mark" :maxlength="150" name="mark">
- </textarea>
- </view>
- </view>
- <view style='height:120rpx;'></view>
- <view class='footer acea-row row-between-wrapper'>
- <view>合计:
- <text class='font-color' v-if="parseFloat(resData.total_integral)">{{resData.total_integral || 0}}积分</text>
- <text class="font-color" v-if="parseFloat(resData.total_integral) && parseFloat(resData.total_price)">+</text>
- <text class="font-color" v-if="parseFloat(resData.total_price)">{{resData.total_price || 0}}元</text>
- </view>
- <view class='settlement' style='z-index:100' @tap="goPay">立即兑换</view>
- </view>
- </view>
- <view class="alipaysubmit" v-html="formContent"></view>
- <couponListWindow :coupon='coupon' @ChangCouponsClone="ChangCouponsClone" :openType='openType' :cartId='cartId'
- @ChangCoupons="ChangCoupons"></couponListWindow>
- <addressWindow ref="addressWindow" @changeTextareaStatus="changeTextareaStatus" :news='news' :address='address'
- :pagesUrl="pagesUrl" @OnChangeAddress="OnChangeAddress" @changeClose="changeClose"></addressWindow>
- <home v-show="!invShow && navigation"></home>
- <payment :payMode="cartArr" :pay_close="pay_close" :isCall="true" :totalPrice="totalPrice.toString()"
- @changePayType="changePayType" @onChangeFun="onChangeFun"></payment>
- <!-- #ifdef MP -->
- <!-- <authorize v-if="isShowAuth" @authColse="authColse" @onLoadFun="onLoadFun"></authorize> -->
- <!-- #endif -->
- <timeranges :isShow='isShow' :time='timeranges' @confrim="confrim" @cancel="cancels"></timeranges>
- <areaWindow ref="areaWindow" :display="display" :address='addressInfoArea' :cityShow='cityShow' @submit="OnAreaAddress" @changeClose="changeAddressClose"></areaWindow>
- </view>
- </template>
- <script>
- const CACHE_CITY = {};
- import dayjs from '@/plugin/dayjs/dayjs.min.js';
- import {
- openPaySubscribe
- } from '@/utils/SubscribeMessage.js';
- import {
- integralOrderConfirm,
- integralOrderCreate,
- } from '@/api/activity.js';
- import {
- getAddressDefault,
- getAddressDetail,
- invoiceList,
- invoiceOrder
- } from '@/api/user.js';
- import {
- storeListApi
- } from '@/api/store.js';
- import {
- CACHE_LONGITUDE,
- CACHE_LATITUDE
- } from '@/config/cache.js';
- import areaWindow from '@/components/areaWindow';
- import timeranges from '@/components/timeranges';
- import couponListWindow from '@/components/couponListWindow';
- import addressWindow from '@/components/addressWindow';
- import orderGoods from '@/components/orderGoods';
- import home from '@/components/home';
- import {
- toLogin
- } from '@/libs/login.js';
- import {
- mapGetters
- } from "vuex";
- import payment from '@/components/payment';
- import colors from "@/mixins/color";
- export default {
- components: {
- payment,
- couponListWindow,
- addressWindow,
- orderGoods,
- home,
- timeranges,
- areaWindow
- },
- mixins: [colors],
- data() {
- return {
- addressInfoArea: [],
- cityShow: 2,
- display: false,
- timeranges:[],
- isShow:false,
- confirm:[],
- textareaStatus: true,
- //支付方式
- cartArr: [{
- "name": "微信支付",
- "icon": "icon-weixin2",
- value: 'weixin',
- title: '使用微信快捷支付',
- payStatus: 1,
- },
- {
- "name": "支付宝支付",
- "icon": "icon-zhifubao",
- value: 'alipay',
- title: '使用线上支付宝支付',
- payStatus: 1,
- },
- {
- "name": "余额支付",
- "icon": "icon-yuezhifu",
- value: 'yue',
- title: '可用余额:',
- payStatus: 1,
- },
- // {
- // "name": "线下支付",
- // "icon": "icon-yuezhifu1",
- // value: 'offline',
- // title: '选择线下付款方式',
- // payStatus: 2,
- // }
- ],
- formContent: '',
- payType: 'weixin', //支付方式
- openType: 1, //优惠券打开方式 1=使用
- active: 0, //支付方式切换
- coupon: {
- coupon: false,
- list: [],
- statusTile: '立即使用'
- }, //优惠券组件
- address: {
- address: false
- }, //地址组件
- addressInfo: {}, //地址信息
- pinkId: 0, //拼团id
- addressId: 0, //地址id
- couponId: 0, //优惠券id
- cartId: '', //购物车id
- BargainId: 0,
- combinationId: 0,
- seckillId: 0,
- userInfo: {}, //用户信息
- mark: '', //备注信息
- couponTitle: '请选择', //优惠券
- coupon_price: 0, //优惠券抵扣金额
- useIntegral: false, //是否使用积分
- integral_price: 0, //积分抵扣金额
- integral: 0,
- ChangePrice: 0, //使用积分抵扣变动后的金额
- formIds: [], //收集formid
- status: 0,
- is_address: false,
- toPay: false, //修复进入支付时页面隐藏从新刷新页面
- shippingType: 0,
- system_store: {},
- storePostage: 0,
- contacts: '',
- contactsTel: '',
- mydata: {},
- storeList: [],
- store_self_mention: 0,
- cartInfo: {},
- priceGroup: {},
- animated: false,
- totalPrice: 0,
- integralRatio: "0",
- pagesUrl: "",
- orderKey: "",
- // usableCoupon: {},
- offlinePostage: "",
- isAuto: false, //没有授权的不会自动授权
- isShowAuth: false, //是否隐藏授权
- from: '',
- news: 1,
- invTitle: '不开发票',
- special_invoice: false,
- invoice_func: false,
- header_type: '',
- invShow: false,
- invList: [],
- invChecked: '',
- urlQuery: '',
- pay_close: false,
- resData: {},
- product_type:1,
- newImg: [],
- selectIndex:0,
- timerangesIndex:0
- };
- },
- computed: mapGetters(['isLogin']),
- onLoad: function(options) {
- // #ifdef H5
- this.from = this.$wechat.isWeixin() ? 'weixin' : 'weixinh5'
- // #endif
- // #ifdef MP
- this.from = 'routine'
- // #endif
- if (!options.unique) return this.$util.Tips({
- title: '请选择要购买的商品'
- }, {
- tab: 3,
- url: 1
- });
- this.unique = options.unique
- this.num = options.num
- this.couponId = options.couponId || 0;
- this.pinkId = options.pinkId ? parseInt(options.pinkId) : 0;
- this.addressId = options.addressId || 0;
- this.cartId = options.cartId;
- this.is_address = options.is_address ? true : false;
- this.news = !options.new || options.new === '0' ? 0 : 1;
- this.invChecked = options.invoice_id || '';
- this.header_type = options.header_type || '1';
- this.couponTitle = options.couponTitle || '请选择'
- // #ifndef APP-PLUS
- this.textareaStatus = true;
- // #endif
- if (this.isLogin && this.toPay == false) {
- this.getFun();
- } else {
- toLogin();
- }
- },
- /**
- * 生命周期函数--监听页面显示
- */
- onShow: function() {
- uni.removeStorageSync('form_type_cart');
- let _this = this
- uni.$on("handClick", res => {
- if (res) {
- _this.system_store = res.address
- }
- // 清除监听
- uni.$off('handClick');
- })
- let current = (dayjs(new Date(Number(new Date().getTime()))).format('HH:mm')).split(':');
- let currentArray = current;
- currentArray.push(0);
- let arrayNew = [];
- [...currentArray,...current].forEach(item=>{
- arrayNew.push(Number(item))
- })
- this.timeranges = arrayNew;
- },
- methods: {
- OnAreaAddress(address){
- let addr = '';
- if (address.length==4){
- addr = address[0].label+'/'+address[1].label+'/'+address[2].label+'/'+address[3].label;
- }else if (address.length==3){
- addr = address[0].label+'/'+address[1].label+'/'+address[2].label;
- }else if(address.length==2){
- addr = address[0].label+'/'+address[1].label;
- }else{
- addr = address[0].label;
- }
- this.confirm[this.timerangesIndex].value = addr;
- CACHE_CITY[this.timerangesIndex] = address;
- },
- changeRegion(index){
- if(!this.confirm[index].value){
- this.addressInfoArea = [];
- }
- this.timerangesIndex = index;
- this.cityShow = Number(this.confirm[index].valConfig.tabVal) + 1;
- this.display = true;
- if(CACHE_CITY[index]){
- this.addressInfoArea = CACHE_CITY[index];
- }
- },
- // 关闭地址弹窗;
- changeAddressClose: function() {
- this.display = false;
- },
- maskClick(e) {
- console.log(e);
- },
- getFun(){
- this.getaddressInfo();
- this.getConfirm();
- this.$nextTick(function() {
- this.$refs.addressWindow.getAddressList();
- })
- },
- onLoadFun(){
- this.getFun();
- this.isShowAuth = false
- },
- // 授权关闭
- authColse: function(e) {
- this.isShowAuth = e
- },
- jumpCon: function(id) {
- uni.navigateTo({
- url: `/pages/goods_details/index?id=${id}`
- })
- },
- /**
- * 删除图片
- *
- */
- DelPic: function(index, indexs) {
- let that = this,
- pic = this.confirm[index].value;
- that.confirm[index].value.splice(indexs, 1);
- that.$set(that.confirm[index], 'value', that.confirm[index].value);
- },
-
- /**
- * 上传文件
- *
- */
- uploadpic: function(index) {
- let that = this;
- this.$util.uploadImageOne('upload/image', function(res) {
- that.newImg.push(res.data.url);
- that.$set(that.confirm[index], 'value', that.newImg);
- });
- },
- getInvoiceList() {
- uni.showLoading({
- title: '正在加载…'
- })
- invoiceList().then(res => {
- uni.hideLoading();
- this.invList = res.data.map(item => {
- item.id = item.id.toString();
- return item;
- });
- const result = this.invList.find(item => item.id == this.invChecked);
- if (result) {
- let name = '';
- name += result.header_type === 1 ? '个人' : '企业';
- name += result.type === 1 ? '普通' : '专用';
- name += '发票';
- this.invTitle = name;
- }
- }).catch(err => {
- uni.showToast({
- title: err,
- icon: 'none'
- });
- });
- },
- /**
- * 事件回调
- *
- */
- onChangeFun: function(e) {
- let opt = e;
- let action = opt.action || null;
- let value = opt.value != undefined ? opt.value : null;
- action && this[action] && this[action](value);
- },
- payClose: function() {
- this.pay_close = false;
- },
- payCheck(type) {
- this.payType = type;
- this.SubOrder();
- },
- goPay(){
- let that = this;
- if (!that.addressId && !that.product_type) {
- return that.$util.Tips({
- title: '请选择收货地址'
- });
- }
- if (parseFloat(that.resData.integral) < parseFloat(that.resData.total_integral))
- return that.$util.Tips({
- title: '积分不足!'
- });
- if(parseFloat(this.resData.total_price)){
- this.pay_close = true;
- }
- if(!parseFloat(this.resData.total_price)){
- this.SubOrder();
- }
- },
- SubOrder() {
- let that = this
- if(parseFloat(this.resData.total_price)){
- if (!that.payType) return that.$util.Tips({
- title: '请选择支付方式'
- });
- }
- for (var i = 0; i < that.confirm.length; i++) {
- let data = that.confirm[i]
- if (['radios'].indexOf(data.name) == -1 && (data.titleShow.val || (['uploadPicture','dateranges'].indexOf(data.name) == -1 && data.value && data.value.trim()))) {
- if ((data.name === 'texts' && data.valConfig.tabVal == 0) || ['dates','times','selects','citys','checkboxs'].indexOf(data.name) != -1) {
- if (!data.value || (data.value && !data.value.trim())) {
- return that.$util.Tips({
- title: `请填写${data.titleConfig.value}`
- });
- }
- }
- if(data.name === 'timeranges'){
- if(!data.value){
- return that.$util.Tips({
- title: `请选择${data.titleConfig.value}`
- });
- }
- }
- if (data.name === 'dateranges') {
- if (!data.value.length) {
- return that.$util.Tips({
- title: `请选择${data.titleConfig.value}`
- });
- }
- }
- if (data.name === 'texts' && data.valConfig.tabVal == 4) {
- if (data.value <= 0) {
- return that.$util.Tips({
- title: `请填写大于0的${data.titleConfig.value}`
- });
- }
- }
- if (data.name === 'texts' && data.valConfig.tabVal == 3) {
- if (!/^\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$/.test(data.value)) {
- return that.$util.Tips({
- title: `请填写正确的${data.titleConfig.value}`
- });
- }
- }
- if (data.name === 'texts' && data.valConfig.tabVal == 1) {
- if (!/^1(3|4|5|7|8|9|6)\d{9}$/i.test(data.value)) {
- return that.$util.Tips({
- title: `请填写正确的${data.titleConfig.value}`
- });
- }
- }
-
- if (data.name === 'texts' && data.valConfig.tabVal == 2) {
- if (!
- /^[1-9]\d{7}((0\d)|(1[0-2]))(([0|1|2]\d)|3[0-1])\d{3}$|^[1-9]\d{5}[1-9]\d{3}((0\d)|(1[0-2]))(([0|1|2]\d)|3[0-1])\d{3}([0-9]|X)$/i
- .test(data.value)) {
- return that.$util.Tips({
- title: `请填写正确的${data.titleConfig.value}`
- });
- }
- }
-
- if (data.name === 'uploadPicture') {
- if (!data.value.length) {
- return that.$util.Tips({
- title: `请上传${data.titleConfig.value}`
- });
- }
- }
- }
- }
- let data = {
- custom_form: that.confirm,
- addressId: that.addressId,
- mark: that.mark,
- unique: this.cartInfo.unique,
- num: this.resData.num,
- 'from': that.from,
- payType: that.payType,
- // #ifdef H5
- quitUrl: location.protocol + '//' + location.hostname +
- '/pages/points_mall/integral_order_status'
- // #endif
- // #ifdef APP-PLUS
- quitUrl: '/pages/points_mall/integral_order_details'
- // #endif
- }
- if(parseFloat(this.resData.total_price)){
- if (data.payType == 'yue' && parseFloat(that.resData.now_money) < parseFloat(that.totalPrice))
- return that.$util.Tips({
- title: '余额不足!'
- });
- uni.showLoading({
- title: '订单支付中'
- });
- // #ifdef MP
- openPaySubscribe().then(() => {
- that.payment(data);
- });
- // #endif
- // #ifndef MP
- that.payment(data);
- // #endif
- }else{
- integralOrderCreate(data).then(res => {
- uni.redirectTo({
- url: `/pages/points_mall/integral_order_status?order_id=${res.data.result.orderId}`
- })
- }).catch(err => {
- uni.hideLoading();
- return that.$util.Tips({
- title: err
- });
- });
- }
- },
- payment: function(data) {
- let that = this;
- integralOrderCreate(data).then(res => {
- let status = res.data.status,
- orderId = res.data.result.orderId,
- jsConfig = res.data.result.jsConfig,
- goPages = '/pages/points_mall/integral_order_status?order_id=' + orderId
- switch (status) {
- case 'ORDER_EXIST':
- case 'EXTEND_ORDER':
- case 'PAY_ERROR':
- uni.hideLoading();
- return that.$util.Tips({
- title: res.msg
- }, {
- tab: 5,
- url: goPages
- });
- break;
- case 'SUCCESS':
- uni.hideLoading();
- if (that.BargainId || that.combinationId || that.pinkId || that.seckillId || that
- .discountId)
- return that.$util.Tips({
- title: res.msg,
- icon: 'success'
- }, {
- tab: 4,
- url: goPages
- });
- return that.$util.Tips({
- title: res.msg,
- icon: 'success'
- }, {
- tab: 5,
- url: goPages
- });
- break;
- case 'WECHAT_PAY':
- that.toPay = true;
- // #ifdef MP
- /* that.toPay = true; */
- uni.requestPayment({
- timeStamp: jsConfig.timestamp,
- nonceStr: jsConfig.nonceStr,
- package: jsConfig.package,
- signType: jsConfig.signType,
- paySign: jsConfig.paySign,
- success: function(res) {
- uni.hideLoading();
- if (that.BargainId || that.combinationId || that.pinkId || that
- .seckillId || that.discountId)
- return that.$util.Tips({
- title: '支付成功',
- icon: 'success'
- }, {
- tab: 4,
- url: goPages
- });
- return that.$util.Tips({
- title: '支付成功',
- icon: 'success'
- }, {
- tab: 5,
- url: goPages
- });
- },
- fail: function(e) {
- uni.hideLoading();
- return that.$util.Tips({
- title: '取消支付'
- }, {
- tab: 5,
- url: goPages + '&status=2'
- });
- },
- complete: function(e) {
- uni.hideLoading();
- //关闭当前页面跳转至订单状态
- if (res.errMsg == 'requestPayment:cancel') return that.$util
- .Tips({
- title: '取消支付'
- }, {
- tab: 5,
- url: goPages + '&status=2'
- });
- },
- })
- // #endif
- // #ifdef H5
- this.$wechat.pay(res.data.result.jsConfig).then(res => {
- return that.$util.Tips({
- title: '支付成功',
- icon: 'success'
- }, {
- tab: 5,
- url: goPages
- });
- }).catch(res => {
- if (!this.$wechat.isWeixin()) {
- uni.redirectTo({
- url: goPages +
- '&msg=支付失败&status=2'
- })
- }
- if (res.errMsg == 'chooseWXPay:cancel') return that.$util.Tips({
- title: '取消支付'
- }, {
- tab: 5,
- url: goPages + '&status=2'
- });
- })
- // #endif
- // #ifdef APP-PLUS
- uni.requestPayment({
- provider: 'wxpay',
- orderInfo: jsConfig,
- success: (e) => {
- let url = goPages;
- uni.showToast({
- title: "支付成功"
- })
- setTimeout(res => {
- uni.redirectTo({
- url: url
- })
- }, 2000)
- },
- fail: (e) => {
- let url = '/pages/points_mall/integral_order_status?order_id=' + orderId +
- '&msg=支付失败';
- uni.showModal({
- content: "支付失败",
- showCancel: false,
- success: function(res) {
- if (res.confirm) {
- uni.redirectTo({
- url: url
- })
- } else if (res.cancel) {
- console.log('用户点击取消');
- }
- }
- })
- },
- complete: () => {
- uni.hideLoading();
- },
- });
- // #endif
- break;
- case 'PAY_DEFICIENCY':
- uni.hideLoading();
- //余额不足
- return that.$util.Tips({
- title: res.msg
- }, {
- tab: 5,
- url: goPages + '&status=1'
- });
- break;
- case "WECHAT_H5_PAY":
- uni.hideLoading();
- that.$util.Tips({
- title: '订单创建成功!'
- }, {
- tab: 4,
- url: goPages + '&status=0'
- });
- setTimeout(() => {
- location.href = res.data.result.jsConfig.mweb_url;
- }, 2000);
- break;
-
- case 'ALIPAY_PAY':
- //#ifdef H5
- if (this.from === 'weixin') {
- uni.redirectTo({
- url: `/pages/users/alipay_invoke/index?id=${orderId}&pay_key=${res.data.result.pay_key}`
- });
- } else {
- uni.hideLoading();
- that.formContent = res.data.result.jsConfig;
- that.$nextTick(() => {
- document.getElementById('alipaysubmit').submit();
- })
- }
- //#endif
- // #ifdef MP
- uni.navigateTo({
- url: `/pages/users/alipay_invoke/index?id=${orderId}&link=${jsConfig.qrCode}`
- });
- // #endif
- // #ifdef APP-PLUS
- uni.requestPayment({
- provider: 'alipay',
- orderInfo: jsConfig,
- success: (e) => {
- uni.showToast({
- title: "支付成功"
- })
- let url = '/pages/points_mall/integral_order_status?order_id=' + orderId +
- '&msg=支付成功';
- setTimeout(res => {
- uni.redirectTo({
- url: url
- })
- }, 2000)
-
- },
- fail: (e) => {
- let url = '/pages/points_mall/integral_order_status?order_id=' + orderId +
- '&msg=支付失败';
- uni.showModal({
- content: "支付失败",
- showCancel: false,
- success: function(res) {
- if (res.confirm) {
- uni.redirectTo({
- url: url
- })
- } else if (res.cancel) {
- console.log('用户点击取消');
- }
- }
- })
- },
- complete: () => {
- uni.hideLoading();
- },
- });
- // #endif
- break;
- }
- }).catch(err => {
- uni.hideLoading();
- return that.$util.Tips({
- title: err
- });
- });
- },
- // 关闭地址弹窗;
- changeClose: function() {
- this.$set(this.address, 'address', false);
- },
- changePayType(type) {
- this.payType = type
- },
- computedPrice: function() {
- let shippingType = this.shippingType;
- postOrderComputed(this.orderKey, {
- addressId: this.addressId,
- useIntegral: this.useIntegral ? 1 : 0,
- couponId: this.couponId,
- shipping_type: parseInt(shippingType) + 1,
- payType: this.payType
- }).then(res => {
- let result = res.data.result;
- if (result) {
- this.totalPrice = result.pay_price;
- this.integral_price = result.deduction_price;
- this.coupon_price = result.coupon_price;
- this.integral = this.useIntegral ? result.SurplusIntegral : this.userInfo.integral;
- this.$set(this.priceGroup, 'storePostage', shippingType == 1 ? 0 : result.pay_postage);
- this.$set(this.priceGroup, 'storePostageDiscount', result.storePostageDiscount);
- }
- })
- },
- ChangCouponsClone: function() {
- this.$set(this.coupon, 'coupon', false);
- },
- changeTextareaStatus: function() {
- for (let i = 0, len = this.coupon.list.length; i < len; i++) {
- this.coupon.list[i].use_title = '';
- this.coupon.list[i].is_use = 0;
- }
- this.textareaStatus = true;
- this.status = 0;
- this.$set(this.coupon, 'list', this.coupon.list);
- },
- /**
- * 选择地址后改变事件
- * @param object e
- */
- OnChangeAddress: function(e) {
- this.textareaStatus = true;
- this.addressId = e;
- this.address.address = false;
- this.getaddressInfo();
- },
- bindHideKeyboard: function(e) {
- this.mark = e.detail.value;
- },
- // 对象转数组
- objToArr(data) {
- let obj = Object.keys(data);
- let m = obj.map(key => data[key]);
- return m;
- },
- /**
- * 获取当前订单详细信息
- *
- */
- getConfirm: function() {
- let that = this;
- // return;
- integralOrderConfirm({
- unique: this.unique,
- num: this.num
- }).then(res => {
- let confirm = this.objToArr(res.data.custom_form);
- confirm.forEach((item, index, arr)=>{
- CACHE_CITY[index] = '';
- if(item.name == 'texts'){
- if(item.defaultValConfig.value){
- item.value = item.defaultValConfig.value
- }else{
- item.value = ''
- }
- }else if(item.name == 'radios'){
- item.value = item.wordsConfig.list[0].val
- }else if(item.name == 'uploadPicture'){
- item.value = [];
- }else if(item.name == 'dateranges'){
- if(item.valConfig.tabVal==0){
- if(item.valConfig.tabData==0){
- let obj = dayjs(new Date(Number(new Date().getTime()))).format('YYYY-MM-DD');
- item.value = [obj,obj]
- }else{
- let data1 = dayjs(new Date(Number(new Date(item.valConfig.specifyDate[0]).getTime()))).format('YYYY-MM-DD');
- let data2 = dayjs(new Date(Number(new Date(item.valConfig.specifyDate[1]).getTime()))).format('YYYY-MM-DD');
- item.value = [data1,data2];
- }
- }else{
- item.value = [];
- }
- }else{
- if(['times','dates','timeranges'].indexOf(item.name) != -1){
- if(item.valConfig.tabVal==0){
- if(item.valConfig.tabData==0){
- if(item.name == 'times'){
- item.value = dayjs(new Date(Number(new Date().getTime()))).format('HH:mm');
- }else if(item.name == 'dates'){
- item.value = dayjs(new Date(Number(new Date().getTime()))).format('YYYY-MM-DD');
- }else{
- let current = dayjs(new Date(Number(new Date().getTime()))).format('HH:mm');
- item.value = current+' - '+current;
- }
- }else{
- if(item.name == 'times' || item.name == 'dates'){
- item.value = item.valConfig.specifyDate;
- }else{
- item.value = item.valConfig.specifyDate[0]+' - '+item.valConfig.specifyDate[1];
- }
- }
- }else{
- item.value = '';
- }
- }else{
- item.value = '';
- }
- }
- })
- function sortNumber(a, b) {
- return a.timestamp - b.timestamp;
- }
- confirm.sort(sortNumber);
- that.$set(that, 'confirm', confirm);
- let productType = parseInt(res.data.productInfo.product_type);
- that.$set(that, 'product_type', (productType==0 || productType==4)?0:1);
- that.$set(that, 'resData', res.data);
- that.$set(that, 'cartInfo', res.data.productInfo);
- that.$set(that, 'totalPrice', res.data.total_price);
- //微信支付是否开启
- that.cartArr[0].payStatus = res.data.pay_weixin_open || 0
- //支付宝是否开启
- that.cartArr[1].payStatus = res.data.ali_pay_status || 0;
- //#ifdef MP
- that.cartArr[1].payStatus = 0;
- //#endif
- that.cartArr[2].number = res.data.now_money;
- that.cartArr[2].payStatus = res.data.yue_pay_status == 1 ? res.data.yue_pay_status : 0
- if(res.data.offline_pay_status){
- if (res.data.offline_pay_status == 2) {
- that.cartArr[3].payStatus = 0
- } else {
- that.cartArr[3].payStatus = 1
- }
- }
- }).catch(err => {
- return this.$util.Tips({
- title: err
- });
- });
- },
- bindDateChange: function(e, index) {
- this.confirm[index].value = e.target.value
- },
- bindTimeChange: function(e, index) {
- this.confirm[index].value = e.target.value
- },
- bindSelectChange: function(e, index, item) {
- this.confirm[index].value = item.wordsConfig.list[e.detail.value].val
- },
- getTimeranges(index){
- this.isShow = true
- this.timerangesIndex = index
- },
- confrim(e){
- this.isShow = false;
- this.confirm[this.timerangesIndex].value = e.time;
- let arrayNew = [];
- e.val.forEach(item=>{
- arrayNew.push(Number(item))
- })
- this.timeranges = arrayNew;
- },
- cancels(){
- this.isShow = false;
- },
- // 单选
- radioChange(e, index, item){
- this.confirm[index].value = item.wordsConfig.list[e.detail.value].val
- },
- // 多选
- checkboxChange(e, index, item){
- let obj = e.detail.value;
- let val = '';
- item.wordsConfig.list.forEach((j,jindex)=>{
- obj.forEach(x=>{
- if(jindex == x){
- val = val +(val?',':'') + j.val;
- }
- })
- })
- this.confirm[index].value = val
- },
- /*
- * 提取砍价和拼团id
- */
- getBargainId: function() {
- let that = this;
- let cartINfo = that.cartInfo;
- let BargainId = 0;
- let combinationId = 0;
- cartINfo.forEach(function(value, index, cartINfo) {
- BargainId = cartINfo[index].bargain_id,
- combinationId = cartINfo[index].combination_id
- })
- that.$set(that, 'BargainId', parseInt(BargainId));
- that.$set(that, 'combinationId', parseInt(combinationId));
- if (that.cartArr.length == 3 && (BargainId || combinationId || that.seckillId)) {
- that.cartArr[2].payStatus = 0;
- that.$set(that, 'cartArr', that.cartArr);
- }
- },
- /*
- * 获取默认收货地址或者获取某条地址信息
- */
- getaddressInfo: function() {
- let that = this;
- if (that.addressId) {
- getAddressDetail(that.addressId).then(res => {
- res.data.is_default = parseInt(res.data.is_default);
- that.addressInfo = res.data || {};
- that.addressId = res.data.id || 0;
- that.address.addressId = res.data.id || 0;
- })
- } else {
- getAddressDefault().then(res => {
- res.data.is_default = parseInt(res.data.is_default);
- that.addressInfo = res.data || {};
- that.addressId = res.data.id || 0;
- that.address.addressId = res.data.id || 0;
- })
- }
- },
- couponTap: function() {
- this.coupon.coupon = true;
- this.coupon.list.forEach((item, index) => {
- if (item.id == this.couponId) {
- item.is_use = 1
- } else {
- item.is_use = 0
- }
- })
- this.$set(this.coupon, 'list', this.coupon.list);
- },
- car: function() {
- let that = this;
- that.animated = false;
- },
- onAddress: function() {
- let that = this;
- that.textareaStatus = false;
- that.address.address = true;
- that.pagesUrl = `/pages/points_mall/user_address?unique=${this.unique}&num=${this.num}`
- },
- clickTextArea() {
- this.$nextTick(() => {
- this.$refs.getFocus.focus()
- })
- },
- }
- }
- </script>
- <style lang="scss" scoped>
- /deep/.uni-date-x--border{
- border: 0;
- }
- /deep/.uni-icons{
- font-size: 0 !important;
- }
- /deep/.uni-date-x{
- color: #999;
- font-size: 15px;
- }
- /deep/.uni-date__x-input{
- font-size: 15px;
- }
- /deep/uni-checkbox[disabled] .uni-checkbox-input {
- background-color: #eee;
- }
-
- .confirmImg{
- width: 100%;
- }
-
- .confirmImg .upload {
- padding-bottom: 36rpx;
- }
-
- .confirmImg .upload .pictrue {
- margin: 22rpx 23rpx 0 0;
- width: 146rpx;
- height: 146rpx;
- position: relative;
- font-size: 24rpx;
- color: #bbb;
- }
-
- .confirmImg .upload .pictrue:nth-of-type(4n) {
- margin-right: 0;
- }
-
- .confirmImg .upload .pictrue image {
- width: 100%;
- height: 100%;
- border-radius: 8rpx;
- }
-
- .confirmImg .upload .pictrue .icon-guanbi1 {
- position: absolute;
- font-size: 45rpx;
- top: -10rpx;
- right: -10rpx;
- }
-
- .confirmImg .upload .pictrue .close{
- position: absolute;
- width: 26rpx;
- height: 26rpx;
- border-radius: 0 8rpx 0 8rpx;
- background-color: rgba(0, 0, 0, 0.6);
- top: 0;
- right: 0;
- }
-
- .confirmImg .upload .pictrue .close .iconfont{
- font-size: 24rpx;
- }
-
- .confirmImg .upload .pictrue .icon-icon25201 {
- color: #bfbfbf;
- font-size: 50rpx;
- }
-
- .confirmImg .upload .pictrue:nth-last-child(1) {
- border: 1rpx solid #ddd;
- box-sizing: border-box;
- }
-
- .goodWrapper{
- padding: 0 30rpx;
- .item{
- padding: 20rpx 0;
- }
- }
- .alipaysubmit {
- display: none;
- }
- .order-submission .line {
- width: 100%;
- height: 3rpx;
- }
- .order-submission .line image {
- width: 100%;
- height: 100%;
- display: block;
- }
- .order-submission .address {
- padding: 28rpx 30rpx;
- background-color: #fff;
- box-sizing: border-box;
- }
- .order-submission .address .addressCon {
- width: 610rpx;
- font-size: 26rpx;
- color: #666;
- }
- .order-submission .address .addressCon .name {
- font-size: 30rpx;
- color: #282828;
- font-weight: bold;
- margin-bottom: 10rpx;
- }
- .order-submission .address .addressCon .name .phone {
- margin-left: 50rpx;
- }
- .order-submission .address .addressCon .default {
- margin-right: 12rpx;
- }
- .order-submission .address .addressCon .setaddress {
- color: #333;
- font-size: 28rpx;
- }
- .order-submission .address .iconfont {
- font-size: 35rpx;
- color: #707070;
- }
- .order-submission .allAddress {
- width: 100%;
- background: linear-gradient(to bottom, var(--view-theme) 0%, #f5f5f5 100%);
- padding-top: 100rpx;
- }
- .order-submission .allAddress .nav {
- width: 710rpx;
- margin: 0 auto;
- }
- .order-submission .allAddress .nav .item {
- width: 355rpx;
- }
- .order-submission .allAddress .nav .item.on {
- position: relative;
- width: 250rpx;
- }
- .order-submission .allAddress .nav .item.on::before {
- position: absolute;
- bottom: 0;
- content: "快递配送";
- font-size: 28rpx;
- display: block;
- height: 0;
- width: 336rpx;
- border-width: 0 20rpx 80rpx 0;
- border-style: none solid solid;
- border-color: transparent transparent #fff;
- z-index: 2;
- border-radius: 7rpx 30rpx 0 0;
- text-align: center;
- line-height: 80rpx;
- }
- .order-submission .allAddress .nav .item:nth-of-type(2).on::before {
- content: "到店自提";
- border-width: 0 0 80rpx 20rpx;
- border-radius: 30rpx 7rpx 0 0;
- }
- .order-submission .allAddress .nav .item.on2 {
- position: relative;
- }
- .order-submission .allAddress .nav .item.on2::before {
- position: absolute;
- bottom: 0;
- content: "到店自提";
- font-size: 28rpx;
- display: block;
- height: 0;
- width: 400rpx;
- border-width: 0 0 60rpx 60rpx;
- border-style: none solid solid;
- border-color: transparent transparent #f7c1bd;
- border-radius: 40rpx 6rpx 0 0;
- text-align: center;
- line-height: 60rpx;
- }
- .order-submission .allAddress .nav .item:nth-of-type(1).on2::before {
- content: "快递配送";
- border-width: 0 60rpx 60rpx 0;
- border-radius: 6rpx 40rpx 0 0;
- }
- .order-submission .allAddress .address {
- width: 710rpx;
- height: 150rpx;
- margin: 0 auto;
- }
- .order-submission .allAddress .line {
- width: 710rpx;
- margin: 0 auto;
- }
- .order-submission .wrapper .item .discount .placeholder {
- color: #ccc;
- }
- .placeholder-textarea {
- position: relative;
- .placeholder {
- position: absolute;
- color: #ccc;
- top: 26rpx;
- left: 30rpx;
- }
- }
- .order-submission .wrapper {
- background-color: #fff;
- margin-top: 13rpx;
- }
-
- .order-submission .wrapper .item .name{
- position: relative;
- }
-
- .order-submission .wrapper .item .asterisk{
- position: absolute;
- color:red;
- left:-15rpx
- }
- .order-submission .wrapper .item {
- padding: 27rpx 30rpx;
- font-size: 30rpx;
- color: #282828;
- border-bottom: 1px solid #f0f0f0;
- }
-
- .order-submission .wrapper .item.on{
- padding: 17rpx 14rpx 17rpx 30rpx;
- align-items: baseline;
- }
-
- .order-submission .wrapper .item.on3{
- align-items: baseline;
- }
-
- .order-submission .wrapper .item.on2{
- padding: 17rpx 30rpx;
- }
- .order-submission .wrapper .item .discount {
- font-size: 30rpx;
- color: #999;
- }
-
- .order-submission .wrapper .item.on .discount,
- .order-submission .wrapper .item.on3 .discount{
- width: 460rpx;
- text-align: right;
- }
-
- .order-submission .wrapper .item.on3 .discount .city{
- width: 400rpx;
- }
- .order-submission .wrapper .item .discount input {
- text-align: end;
- }
- .order-submission .wrapper .item .discount .iconfont {
- color: #515151;
- font-size: 30rpx;
- margin-left: 15rpx;
- }
- .order-submission .wrapper .item .discount .num {
- font-size: 32rpx;
- margin-right: 20rpx;
- }
-
- .order-submission .wrapper .item .discount .radio{
- margin: 0 22rpx 0 22rpx;
- padding: 10rpx 0;
- }
-
- .order-submission .wrapper .item .discount .radio /deep/uni-checkbox .uni-checkbox-input{
- border-radius: 0
- }
- .order-submission .wrapper .item .shipping {
- font-size: 30rpx;
- color: #999;
- position: relative;
- padding-right: 58rpx;
- }
- .order-submission .wrapper .item .shipping .iconfont {
- font-size: 35rpx;
- color: #707070;
- position: absolute;
- right: 0;
- top: 50%;
- transform: translateY(-50%);
- margin-left: 30rpx;
- }
- .order-submission .wrapper .item textarea {
- background-color: #f9f9f9;
- width: 690rpx;
- height: 140rpx;
- border-radius: 3rpx;
- margin-top: 30rpx;
- padding: 25rpx 28rpx;
- box-sizing: border-box;
- }
- .order-submission .wrapper .item .placeholder {
- color: #ccc;
- }
- .order-submission .wrapper .item .list {
- margin-top: 35rpx;
- }
- .order-submission .moneyList {
- margin-top: 12rpx;
- background-color: #fff;
- padding: 30rpx;
- }
- .order-submission .moneyList .item {
- font-size: 28rpx;
- color: #282828;
- }
- .order-submission .moneyList .item~.item {
- margin-top: 20rpx;
- }
- .order-submission .moneyList .item .money {
- color: #868686;
- }
- .order-submission .footer {
- width: 100%;
- height: 100rpx;
- background-color: #fff;
- padding: 0 30rpx;
- font-size: 28rpx;
- color: #333;
- box-sizing: border-box;
- position: fixed;
- bottom: 0;
- left: 0;
- height: calc(100rpx+ constant(safe-area-inset-bottom)); ///兼容 IOS<11.2/
- height: calc(100rpx + env(safe-area-inset-bottom)); ///兼容 IOS>11.2/
- padding-bottom: constant(safe-area-inset-bottom); ///兼容 IOS<11.2/
- padding-bottom: env(safe-area-inset-bottom); ///兼容 IOS>11.2/
- }
- .order-submission .footer .settlement {
- font-size: 30rpx;
- color: #fff;
- width: 240rpx;
- height: 70rpx;
- background-color: var(--view-theme);
- border-radius: 50rpx;
- text-align: center;
- line-height: 70rpx;
- }
- .footer .transparent {
- opacity: 0
- }
- .orderGoods {
- background-color: #fff;
- margin-top: 12rpx;
- &.on{
- margin-top: 0;
- }
- }
- .orderGoods .total {
- width: 100%;
- height: 86rpx;
- padding: 0 30rpx;
- border-bottom: 2rpx solid #f0f0f0;
- font-size: 30rpx;
- color: #282828;
- line-height: 86rpx;
- box-sizing: border-box;
- }
- .pictrue image {
- width: 130rpx;
- height: 130rpx;
- }
- </style>
|