| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226 |
- <template>
- <view>
- <view class="navbar">
- <view v-for="(item, index) in navList" :key="index" class="nav-item" :class="{ current: tabCurrentIndex === index }" @click="tabClick(index)">{{ item.text }}</view>
- </view>
- <!-- 地址 -->
- <navigator v-if="tabCurrentIndex == 0" url="/pages/address/address?source=1" class="address-section">
- <view class="order-content" v-if="addressData.real_name">
- <text class="iconfont iconlocation"></text>
- <view class="cen">
- <view class="top">
- <text class="name">{{ addressData.real_name }}</text>
- <text class="mobile">{{ addressData.phone }}</text>
- </view>
- <text class="address">{{ addressData.province + addressData.city + addressData.district }} {{ addressData.detail }}</text>
- </view>
- <text class="iconfont iconenter" style="color: #CCCCCC;"></text>
- </view>
- <view class="order-content" v-if="!addressData.real_name">
- <view class="addAddress">
- <text class="iconfont iconaddition"></text>
- <text>添加收货地址</text>
- </view>
- </view>
- <image class="a-bg" :src="addressImg"></image>
- </navigator>
- <view class="personal" v-if="tabCurrentIndex == 1">
- <view class="info">
- <view class="name">提货人</view>
- <input type="text" class="box-right" v-model="addressData.real_name" style="color: #000000" placeholder="请填写提货人" />
- </view>
- <view class="info">
- <view class="name">手机号</view>
- <input type="text" class="box-right" v-model="addressData.phone" style="color: #000000" size="8" maxlength="11" placeholder="请填写收货人手机号" />
- </view>
- </view>
- <view class="goods-section" v-for="(ls, ind) in shopList" :key="ind">
- <!-- <view class="g-header b-b">
- <image class="logo" :src="ls.productInfo.image"></image>
- <text class="name">{{ ls.name }}</text>
- </view> -->
- <!-- 订单编号 -->
- <!-- <view class="order-box">
- <text class="order-num">订单编号:458754214457878</text>
- <text class="iconfont iconenter" style="color: #CCCCCC;"></text>
- </view> -->
- <!-- 商品列表 -->
- <view class="g-item">
- <image :src="ls.productInfo.image"></image>
- <view class="right">
- <text class="title clamp">{{ ls.productInfo.store_name }}</text>
- <text class="attr">{{ ls.productInfo.attrInfo ? ls.productInfo.attrInfo.suk : '默认' }}</text>
- <view class="price-box">
- <view class="price">
- <text v-if="goodsType !== '5'">¥</text>
- <image class="jf_icon_img" v-if="goodsType == 5" src="https://tmp01.kktv6.com/img/jifen_bi.png"></image>
- <text v-if="goodsType !== '5' && ls.is_wholesale != 1">{{ ls.productInfo.attrInfo ? ls.productInfo.attrInfo.price : ls.productInfo.price }}</text>
- <text v-if="goodsType == 5">{{ payPrice | parseFloatNum }}</text>
- <text v-if="ls.is_wholesale == 1">{{ ls.productInfo.attrInfo ? ls.productInfo.attrInfo.wholesaler_price : ls.productInfo.price }}</text>
- </view>
- <text class="number">{{ 'x ' + ls.cart_num }}</text>
- </view>
- </view>
- </view>
- </view>
- <!-- 优惠明细 -->
- <view class="yt-list">
- <!-- <view class="yt-list-cell b-b" @click="couponListshow ? toggleMask('show') : ''" v-if="goodsType == 0">
- <view class="cell-icon">积</view>
- <text class="cell-tit clamp">积分</text>
- <text class="cell-tip active" v-if="couponListshow && !couponChecked.coupon_price">选择使用积分</text>
- <text class="cell-tip red" v-if="couponChecked.coupon_price">-¥{{ couponChecked.coupon_price }}</text>
- <text class="cell-tip disabled" v-if="!couponListshow && !couponChecked.coupon_price">没有积分{{userInfo.integral }}</text>
- <text class="cell-more wanjia wanjia-gengduo-d"></text>
- </view> -->
- <!-- <view class="yt-list-cell b-b" v-if="moneyAll.storeFreePostage>0">
- <view class="cell-icon hb">减</view>
- <text class="cell-tit clamp">商家促销</text>
- <text class="cell-tip disabled">满{{moneyAll.storeFreePostage}}包邮</text>
- </view> -->
- <view class="yt-list-cell b-b">
- <text class="cell-tit clamp">运费</text>
- <text class="cell-tip">{{ Postage }}</text>
- </view>
- </view>
- <!-- 跨境商品需填写购买人信息 -->
- <view class="yt-list" v-if="shopList[0].productInfo.isForeign == 1">
- <view class="border-box border-style"><text class="info">跨境商品需填写购买人信息</text></view>
- <view class="yt-list-cell border-style">
- <text class="cell-tit clamp">姓名</text>
- <text class="symbol">*</text>
- <input class="idcard" type="text" v-model="idcardName" placeholder="请输入身份证姓名" placeholder-class="placeholder" />
- </view>
- <view class="yt-list-cell border-style">
- <text class="cell-tit clamp">身份证号码</text>
- <text class="symbol">*</text>
- <input class="idcard" type="text" v-model="idcardNum" placeholder="请输入身份证号码" placeholder-class="placeholder" />
- </view>
- </view>
- <!-- 积分助力 -->
- <view class="yt-list" v-if="is_integral == 1">
- <view class="yt-list-cell">
- <text class="cell-tit inte-power">本次可使用积分:({{ userInfo.integral | filtersNub }})</text>
- <text class="integral">可兑换{{ integralMoney }}元</text>
- </view>
- <view class="yt-list-cell">
- <text class="cell-tit inte-power">
- 是否使用积分兑换
- <!-- <text class="integral">{{integralMoney}}元</text> -->
- </text>
- <switch checked @change="switch1Change" color="#FF0000" style="transform:scale(0.8)" />
- <!-- <text class="integral">(可用积分:{{ userInfo.integral|filtersNub }})</text> -->
- <!-- <input class="integral" type="number" v-model="integral" placeholder="输入助力积分" placeholder-class="placeholder" /> -->
- </view>
- </view>
- <!-- 金额明细 -->
- <view class="yt-list">
- <view class="yt-list-cell b-b">
- <text class="cell-tit clamp">商品金额</text>
- <text class="cell-tip">¥{{ payAllMoney }}</text>
- </view>
- <view class="yt-list-cell b-b" v-if="is_integral == 1">
- <text class="cell-tit clamp">积分抵扣</text>
- <text class="cell-tip">-¥{{ integralMoney }}</text>
- </view>
- <view class="yt-list-cell b-b" v-if="moneyAll.vipPrice > 0 && combination_id == 0">
- <text class="cell-tit clamp">VIP优惠</text>
- <text class="cell-tip">-¥{{ moneyAll.vipPrice }}</text>
- </view>
- <view class="yt-list-cell b-b" v-if="moneyAll.vipPrice > 0 && combination_id > 0">
- <text class="cell-tit clamp">团长优惠</text>
- <text class="cell-tip">-¥{{ moneyAll.vipPrice }}</text>
- </view>
- </view>
- <!-- 底部 -->
- <view class="footer">
- <view class="price-content">
- <text>合计:</text>
- <text class="price-tip" v-if="goodsType !== '5'">¥</text>
- <image class="jf_img" v-if="goodsType == 5" src="https://tmp01.kktv6.com/img/jifen_bi.png"></image>
- <text class="price">{{ payPrice | parseFloatNum }}</text>
- <text class="jf_dw" v-if="goodsType == 5">积分</text>
- </view>
- <text class="submit" :class="{ submitNo: !payType }" @click="payType ? submit() : ''">提交订单</text>
- </view>
- <!-- 优惠券面板 -->
- <view class="mask" :class="maskState === 0 ? 'none' : maskState === 1 ? 'show' : ''" @click="toggleMask">
- <view class="mask-content">
- <!-- 优惠券页面,仿mt -->
- <view class="coupon-item" @click="checkedCp(item)" v-for="(item, index) in couponList" :key="index">
- <view class="con">
- <view class="left">
- <text class="title">{{ item.coupon_title }}</text>
- <text class="time">领取时间{{ item.add_time }}</text>
- </view>
- <view class="right">
- <text class="price">{{ item.coupon_price }}</text>
- <text>满{{ item.use_min_price }}可用</text>
- </view>
- <view class="circle l"></view>
- <view class="circle r"></view>
- </view>
- <text class="tips">有效期至{{ item.end_time }}</text>
- </view>
- </view>
- </view>
- </view>
- </template>
- <script>
- import { mapState, mapMutations } from 'vuex';
- import { confirm } from '@/api/order.js';
- import { couponsOrder } from '@/api/coupon.js';
- import { computedOrderkey } from '@/api/money.js';
- import { cartAdd } from '@/api/product.js';
- import uniNoticeBar from '@/components/uni-notice-bar/uni-notice-bar.vue';
- export default {
- components: { uniNoticeBar },
- data() {
- return {
- addressImg:
- 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAu4AAAAFCAYAAAAaAWmiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Rjk3RjkzMjM2NzMxMTFFOUI4RkU4OEZGMDcxQzgzOEYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Rjk3RjkzMjQ2NzMxMTFFOUI4RkU4OEZGMDcxQzgzOEYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGOTdGOTMyMTY3MzExMUU5QjhGRTg4RkYwNzFDODM4RiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGOTdGOTMyMjY3MzExMUU5QjhGRTg4RkYwNzFDODM4RiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrEOZlQAAAiuSURBVHjazJp7bFvV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',
- // 当前选中的支付方式
- tabCurrentIndex: 0,
- is_integral: 0,
- navList: [
- {
- state: 0,
- text: '快递配送'
- },
- {
- state: 1,
- text: '到店自提'
- }
- ],
- maskState: 0, //优惠券面板显示状态
- desc: '', //备注
- idcardName: '', //身份证姓名
- idcardNum: '', //身份证号码
- integral: '', //积分助力
- payType: 1, //1微信 2支付宝
- // 优惠券列表
- couponList: [],
- couponListshow: false, //是有可以显示优惠券列表
- couponChecked: {}, //选中的优惠券
- // 收货地址
- addressData: {},
- // 店铺地址
- shopAddress: {
- name: '',
- mobile: '',
- addressName: '',
- address: '',
- area: '',
- default: false
- },
- // 商品列表
- shopList: [],
- // 购物车id
- cartId: '',
- //购物金额详情
- sid: '', //小店id
- is_wholesale: '', //是否是批发商品
- shipping_type: 1, // 1为快递 2为自提
- moneyAll: {
- storeFreePostage: 0, //邮费优惠
- storePostage: 0, //邮费
- totalPrice: 0, //总支付金额
- vipPrice: 0 //vip优惠价
- },
- people: '1', //参团人数
- payPrice: 0, //总支付金额
- orderKey: '', //订单id
- checkedPoints: false, //判断是否积分抵扣
- integralAll: 0, //可使用的积分
- integralMoney: 0, //积分抵扣金额
- integralShow: false, //是否显示积分抵扣金额
- payType: true, //是否可支付
- pinkid: '0', //保存拼团商品id
- combination_id: '', //判断是否是拼团商品
- is_create: '0',
- option: {}, //当前传值存储
- goodsType: 0, //2为拼团商品,0为普通商品
- goodsdata: '', //提交订单提交数据
- Orderkey: '', //生成key值提交数据
- autoPink: 0, // 一键拼团 1
- Autoid: '', // 拼团商品id
- isGift: 0, // 是否为礼包 0不是 1是
- integral_ratio: '', // 积分比例
- shangpingPrice: '' // 商品价格-积分
- };
- },
- filters: {
- filtersNub: function(value) {
- return +value;
- },
- // 去处小数点后的0
- parseFloatNum(clock) {
- return parseFloat(clock);
- }
- },
- onLoad(option) {
- // 保存当前商品在购物车中的id
- console.log('-----', option);
- if (option.is_wholesale != 'undefined') {
- this.is_wholesale = option.is_wholesale;
- }
- if (option.integral == 1) {
- this.is_integral = option.integral;
- this.checkedPoints = true;
- } else {
- this.integralMoney = 0;
- }
- this.cartId = option.id;
- // if( option.pinkId ) {
- // this.Autoid = option.pinkId
- // }
- // if(option.autoPink) {
- // this.autoPink = option.autoPink
- // }
- if (option.sid != 'undefined') {
- this.sid = option.sid;
- }
- if (option.goodsType) {
- this.goodsType = option.goodsType;
- console.log(option.goodsType);
- }
- if (this.goodsType == 0) {
- this.isGift = 1;
- }
- if (option.pinkid) {
- if (option.pinkid > 0) {
- this.is_create = 0;
- } else {
- this.is_create = 1;
- }
- } else {
- this.is_create = 1;
- }
- // 判断是否为拼团商品
- if (option.type == 'pink') {
- this.option = option;
- this.pinkid = option.pinkid;
- this.cartAdd(option);
- } else {
- // 保存当前商品在购物车中的id
- this.cartId = option.id;
- this.loadData();
- }
- if (option.unique) {
- this.uniqueId = option.unique;
- }
- },
- watch: {
- addressData(newValue) {
- this.addressData = newValue;
- this.payMoneyNub();
- },
- checkedPoints(newValue, oldValue) {
- this.integralShow = false;
- this.payMoneyNub();
- }
- },
- computed: {
- ...mapState(['weichatObj', 'userInfo', 'baseURL']),
- Postage() {
- let money = +this.moneyAll.storePostage;
- if (money == 0) {
- return '免运费';
- } else {
- return '¥' + money;
- }
- },
- payAllMoney() {
- return (+this.moneyAll.totalPrice + +this.moneyAll.vipPrice).toFixed(2);
- }
- },
- methods: {
- ...mapMutations(['setUserInfo']),
- // 添加商品到购物车
- cartAdd(opt) {
- let obj = this;
- cartAdd({
- cartNum: 1, //商品数量
- new: 1, //商品是否新增加到购物车1为不加入0为加入
- combinationId: +opt.gid, //拼团商品id
- productId: +opt.pid, //普通商品id
- is_create: obj.is_create,
- mer_id: obj.shopList.mer_id,
- uniqueId: obj.option.unique
- })
- .then(function(e) {
- let da = e.data;
- // 獲取购物车号
- obj.cartId = da.cartId;
- // 加载数据
- obj.loadData();
- })
- .catch(e => {
- console.log(e);
- setTimeout(() => {
- uni.navigateBack();
- }, 1500);
- });
- },
- // 选择使用积分
- switch1Change(e) {
- if (e.target.value == true) {
- this.checkedPoints = true;
- // this.payMoneyNub();
- } else {
- console.log('当前为false');
- this.checkedPoints = false;
- // this.payMoneyNub();
- }
- },
- // 计算支付金额
- payMoneyNub() {
- console.log('计算支付金额');
- let obj = this;
- console.log('obj.checkedPoints', obj.checkedPoints);
- if (obj.typegoods == 6) {
- console.log('obj.typegoods == 6');
- obj.Orderkey = {
- orderkey: obj.orderKey,
- useIntegral: obj.checkedPoints ? 1 : 0, //是否积分抵扣
- couponId: obj.couponChecked.id, //优惠券编号
- addressId: obj.addressData.id, //地址编号
- level: obj.userInfo.level, //用户等级
- is_create: obj.is_create,
- store_id: obj.sid,
- is_wholesale: obj.is_wholesale
- };
- } else {
- obj.Orderkey = {
- orderkey: obj.orderKey,
- useIntegral: obj.checkedPoints ? 1 : 0, //是否积分抵扣
- couponId: obj.couponChecked.id, //优惠券编号
- addressId: obj.addressData.id, //地址编号
- is_create: obj.is_create,
- store_id: obj.sid,
- is_wholesale: obj.is_wholesale
- };
- console.log('obj.Orderkey', obj.Orderkey);
- }
- uni.showLoading({
- title: '加载中',
- mask: true
- });
- computedOrderkey(obj.Orderkey)
- .then(({ data }) => {
- console.log('--获取支付金额---', data);
- obj.payType = true;
- obj.integralShow = true;
- // 获取支付金额
- obj.payPrice = +data.result.pay_price;
- obj.shangpingPrice = +data.result.pay_price;
- obj.integralMoney = data.result.deduction_price;
- obj.moneyAll.storePostage = data.result.pay_postage;
- obj.integral_ratio = data.result.integral_ratio;
- if (
- data.result.pay_price == undefined ||
- data.result.pay_price == undefined ||
- data.result.deduction_price == undefined ||
- data.result.pay_postage == undefined
- ) {
- uni.showModal({
- title: '金额计算失败',
- content: 'KEY:' + JSON.stringify(obj.Orderkey) + ' ID:' + this.userInfo.uid,
- showCancel: false
- });
- }
- if (obj.goodsType == 5) {
- obj.payPrice = (obj.shangpingPrice / obj.integral_ratio).toFixed(2);
- }
- uni.hideLoading();
- })
- .catch(e => {
- console.log(e);
- uni.hideLoading();
- obj.integralShow = false;
- obj.payType = false;
- if (e.message.indexOf('人数过多') > -1) {
- uni.showModal({
- title: '提示',
- content: '当前人数过多,请重新下单',
- showCancel: false,
- success() {
- uni.navigateBack({
- delta: 1
- });
- }
- });
- console.log('我踏马直接离开');
- } else {
- uni.showModal({
- title: '加载失败',
- content: e.message,
- showCancel: false
- });
- }
- });
- },
- // 是否使用积分
- checkedIntegral() {
- this.checkedPoints = !this.checkedPoints;
- },
- // 选中优惠券
- checkedCp(item) {
- this.couponChecked = item;
- this.payMoneyNub();
- },
- // 加载优惠券列表
- couponsOrder(money) {
- couponsOrder(
- {
- cartId: this.cartId
- },
- money
- ).then(e => {
- if (e.data.length > 0) {
- this.couponListshow = true;
- }
- this.couponList = e.data;
- });
- },
- //顶部tab点击
- tabClick(index) {
- this.tabCurrentIndex = index;
- this.shipping_type = index + 1;
- console.log(this.shipping_type);
- },
- //显示优惠券面板
- toggleMask(type) {
- let timer = type === 'show' ? 10 : 300;
- let state = type === 'show' ? 1 : 0;
- this.maskState = 2;
- setTimeout(() => {
- this.maskState = state;
- }, timer);
- },
- loadData() {
- let obj = this;
- if (obj.typegoods == 6) {
- obj.goodsdata = {
- cartId: '' + obj.cartId,
- level: obj.userInfo.level, //用户等级
- store_id: obj.sid,
- is_wholesale: obj.is_wholesale
- };
- } else {
- obj.goodsdata = {
- cartId: '' + obj.cartId,
- is_create: obj.is_create,
- store_id: obj.sid,
- is_wholesale: obj.is_wholesale
- };
- }
- console.log('订单信息', obj.goodsdata);
- confirm(obj.goodsdata)
- .then(({ data }) => {
- console.log(data, '商品信息');
- obj.combination_id = data.combination_id;
- obj.addressData = data.addressInfo || {};
- obj.shopList = data.cartInfo; //商品列表
- console.log(obj.shangpingPrice, '2222');
- obj.moneyAll = data.priceGroup; //金额数据
- obj.orderKey = data.orderKey; //订单key
- // 计算金额
- this.payMoneyNub();
- // 加载优惠券
- obj.couponsOrder(data.priceGroup.totalPrice);
- })
- .catch(e => {
- console.log(e);
- uni.showModal({
- title: '提示',
- content: '当前商品库存不足,无法购买',
- showCancel: false,
- success() {
- uni.navigateBack();
- }
- });
- });
- },
- // 购买数量变化
- numberChange(data) {
- this.number = data.number;
- },
- numberChange(data) {
- let arr = this.cartList[data.index];
- arr.cart_num = data.number;
- getCartNum({ id: arr.id, number: data.number });
- this.calcTotal();
- },
- // 修改支付方式
- changePayType(type) {
- this.payType = type;
- },
- // 提交订单
- submit() {
- this.use_integral_pink = Number(this.integral);
- if (!this.addressData.real_name) {
- this.$api.msg('请选择收货地址');
- return false;
- }
- console.log(this.shipping_type, '123456');
- if (this.typegoods == 6) {
- uni.navigateTo({
- url:
- '/pages/money/pay?key=' +
- this.orderKey +
- '&shipping_type=' +
- this.shipping_type +
- '&typegoods=' +
- this.typegoods +
- '&level=' +
- this.userInfo.level +
- '&integralMoney=' +
- this.integralMoney +
- '&sid=' +
- this.sid +
- '&is_wholesale=' +
- this.is_wholesale
- });
- } else {
- uni.navigateTo({
- url:
- '/pages/money/pay?key=' +
- this.orderKey +
- '&pinkid=' +
- this.pinkid +
- '&shipping_type=' +
- this.shipping_type +
- '&use_integral_pink=' +
- this.use_integral_pink +
- '&goodsType=' +
- this.goodsType +
- '&shopId=' +
- this.shopList[0].productInfo.id +
- '&integralMoney=' +
- this.integralMoney +
- '&sid=' +
- this.sid +
- '&is_wholesale=' +
- this.is_wholesale
- // + '&autoPink=' + this.autoPink + '&autoid=' + this.Autoid
- });
- }
- }
- }
- };
- </script>
- <style lang="scss">
- page {
- background: $page-color-base;
- padding-bottom: 100rpx;
- }
- .navbar {
- display: flex;
- height: 80rpx;
- padding: 0 5px;
- background: #fff;
- box-shadow: 0 2rpx 10rpx rgba(0, 0, 0, 0.06);
- position: relative;
- z-index: 10;
- .nav-item {
- flex: 1;
- display: flex;
- justify-content: center;
- align-items: center;
- height: 100%;
- font-size: $font-lg + 4rpx;
- color: $font-color-dark;
- position: relative;
- &.current {
- color: $base-color;
- &:after {
- content: '';
- position: absolute;
- left: 50%;
- bottom: 0;
- transform: translateX(-50%);
- width: 140rpx;
- height: 0;
- border-bottom: 2px solid $base-color;
- }
- }
- }
- }
- .address-section {
- padding: 30rpx 0;
- background: #fff;
- position: relative;
- border-top: 1px solid $border-color-light;
- .order-content {
- min-height: 100rpx;
- display: flex;
- align-items: center;
- padding-right: 30rpx;
- .cen {
- .top {
- .mobile {
- color: #999999;
- }
- }
- .address {
- color: #333333;
- }
- }
- .addAddress {
- text-align: center;
- width: 100%;
- .iconaddition {
- border-radius: 100rpx;
- margin-right: 20rpx;
- }
- }
- }
- .iconlocation {
- flex-shrink: 0;
- display: flex;
- align-items: center;
- justify-content: center;
- width: 90rpx;
- color: #888;
- font-size: 44rpx;
- }
- .cen {
- display: flex;
- flex-direction: column;
- flex: 1;
- font-size: 28rpx;
- color: $font-color-dark;
- }
- .name {
- font-size: 34rpx;
- margin-right: 24rpx;
- }
- .address {
- margin-top: 16rpx;
- margin-right: 20rpx;
- color: $font-color-light;
- }
- .icon-you {
- font-size: 32rpx;
- color: $font-color-light;
- margin-right: 30rpx;
- }
- .a-bg {
- position: absolute;
- left: 0;
- bottom: 0;
- display: block;
- width: 100%;
- height: 5rpx;
- }
- }
- .personal {
- margin-top: 15rpx;
- display: flex;
- flex-direction: column;
- background-color: #ffffff;
- .box-right {
- width: 100%;
- font-size: 30rpx;
- text-align: right;
- padding-right: 25rpx;
- }
- .info {
- padding: 10rpx 25rpx;
- display: flex;
- align-items: center;
- font-size: 30rpx;
- justify-content: space-between;
- .name {
- width: 120rpx;
- }
- input {
- margin-left: 12rpx;
- width: 100%;
- // background-color: pink;
- display: block;
- color: #999999;
- }
- }
- }
- .goods-section {
- margin-top: 16rpx;
- background: #fff;
- padding-bottom: 1px;
- //订单编号
- .order-box {
- display: flex;
- align-items: center;
- height: 70rpx;
- padding: 10rpx 30rpx 10rpx 40rpx;
- .order-num {
- width: 100%;
- font-size: 28rpx;
- font-weight: 500;
- color: rgba(51, 51, 51, 1);
- }
- .iconfont {
- float: right;
- }
- }
- .g-header {
- display: flex;
- align-items: center;
- height: 84rpx;
- padding: 0 30rpx;
- position: relative;
- }
- .logo {
- display: block;
- width: 50rpx;
- height: 50rpx;
- border-radius: 100px;
- }
- .name {
- font-size: 30rpx;
- color: $font-color-base;
- margin-left: 24rpx;
- }
- .g-item {
- display: flex;
- margin: 20rpx 30rpx;
- padding-top: 20rpx;
- image {
- flex-shrink: 0;
- display: block;
- width: 140rpx;
- height: 140rpx;
- border-radius: 4rpx;
- }
- .right {
- flex: 1;
- padding-left: 24rpx;
- overflow: hidden;
- .attr {
- margin-top: 10rpx;
- width: 195rpx;
- background: #f6f6f6;
- border-radius: 10rpx;
- font-size: 18rpx;
- font-weight: 400;
- color: #606972;
- line-height: 40rpx;
- text-align: center;
- }
- }
- .title {
- font-size: 30rpx;
- color: $font-color-dark;
- }
- .spec {
- font-size: 26rpx;
- color: $font-color-light;
- }
- .price-box {
- display: flex;
- align-items: center;
- font-size: 32rpx;
- color: $font-color-dark;
- padding-top: 10rpx;
- .price {
- margin-bottom: 4rpx;
- color: #fa2740;
- display: flex;
- align-items: center;
- .jf_icon_img {
- width: 22rpx;
- height: 24rpx;
- display: block;
- margin-right: 8rpx;
- }
- }
- .number {
- font-size: 26rpx;
- color: $font-color-base;
- margin-left: 20rpx;
- }
- }
- .step-box {
- position: relative;
- }
- }
- }
- .yt-list {
- margin-top: 16rpx;
- background: #fff;
- }
- .yt-list-cell {
- display: flex;
- align-items: center;
- padding: 10rpx 30rpx 10rpx 40rpx;
- line-height: 70rpx;
- position: relative;
- &.cell-hover {
- background: #fafafa;
- }
- &.b-b:after {
- left: 30rpx;
- }
- .cell-icon {
- height: 32rpx;
- width: 32rpx;
- font-size: 22rpx;
- color: #fff;
- text-align: center;
- line-height: 32rpx;
- background: #f85e52;
- border-radius: 4rpx;
- margin-right: 12rpx;
- &.hb {
- background: #ffaa0e;
- }
- &.lpk {
- background: #3ab54a;
- }
- }
- .cell-more {
- align-self: center;
- font-size: 24rpx;
- color: $font-color-light;
- margin-left: 8rpx;
- margin-right: -10rpx;
- }
- .cell-tit {
- flex: 1;
- font-size: 26rpx;
- color: $font-color-light;
- margin-right: 10rpx;
- }
- .cell-tip {
- font-size: 26rpx;
- color: $font-color-dark;
- &.disabled {
- color: $font-color-light;
- }
- &.active {
- color: $base-color;
- }
- &.red {
- color: $base-color;
- }
- }
- &.desc-cell {
- .cell-tit {
- max-width: 90rpx;
- }
- }
- .desc {
- flex: 1;
- font-size: $font-base;
- color: $font-color-dark;
- }
- .inte-power {
- color: #333333;
- }
- .integral {
- text-align: right;
- font-size: 24rpx;
- }
- .symbol {
- margin-right: 10rpx;
- font-size: 26rpx;
- font-weight: bold;
- color: #f23a30;
- }
- .idcard {
- width: 500rpx;
- font-size: 26rpx;
- }
- }
- // 跨境购买人信息
- .border-box {
- padding: 10rpx 30rpx 10rpx 40rpx;
- line-height: 70rpx;
- .info {
- width: 335rpx;
- height: 27rpx;
- font-size: 32rpx;
- font-weight: 500;
- color: rgba(51, 51, 51, 1);
- }
- .border-right {
- float: right;
- .iconfont {
- width: 22rpx;
- height: 22rpx;
- color: rgba(153, 153, 153, 1);
- }
- .word-1 {
- margin-left: 6rpx;
- width: 43rpx;
- height: 22rpx;
- font-size: 24rpx;
- font-weight: 500;
- color: rgba(153, 153, 153, 1);
- }
- }
- }
- .border-style {
- border-bottom: 1px solid #f0f0f0;
- &:last-of-type {
- border-bottom: 0;
- }
- }
- /* 支付列表 */
- .pay-list {
- padding-left: 40rpx;
- margin-top: 16rpx;
- background: #fff;
- .pay-item {
- display: flex;
- align-items: center;
- padding-right: 20rpx;
- line-height: 1;
- height: 110rpx;
- position: relative;
- }
- .icon-weixinzhifu {
- width: 80rpx;
- font-size: 40rpx;
- color: #6bcc03;
- }
- .icon-alipay {
- width: 80rpx;
- font-size: 40rpx;
- color: #06b4fd;
- }
- .icon-xuanzhong2 {
- display: flex;
- align-items: center;
- justify-content: center;
- width: 60rpx;
- height: 60rpx;
- font-size: 40rpx;
- color: $base-color;
- }
- .tit {
- font-size: 32rpx;
- color: $font-color-dark;
- flex: 1;
- }
- }
- .footer {
- position: fixed;
- left: 0;
- bottom: 0;
- display: flex;
- align-items: center;
- width: 100%;
- height: 90rpx;
- justify-content: space-between;
- font-size: 30rpx;
- background-color: #fff;
- z-index: 99;
- color: $font-color-base;
- box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
- .price-content {
- padding-left: 30rpx;
- font-size: 36rpx;
- display: flex;
- align-items: center;
- }
- .jf_img {
- width: 22rpx;
- height: 24rpx;
- display: block;
- margin-bottom: -4rpx;
- }
- .jf_dw {
- margin-left: 6rpx;
- font-size: 24rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #666666;
- }
- .price-tip {
- color: #fc4141;
- margin-left: 8rpx;
- font-size: 36rpx;
- }
- .price {
- font-size: 36rpx;
- color: #fc4141;
- }
- .submit {
- display: flex;
- align-items: center;
- justify-content: center;
- margin-right: 27rpx;
- width: 200rpx;
- height: 72rpx;
- color: #fff;
- font-size: 32rpx;
- background: #ff0000;
- // background: linear-gradient(0deg, rgba(250, 39, 64, 1), rgba(254, 85, 68, 1));
- border-radius: 36rpx;
- }
- }
- /* 优惠券面板 */
- .mask {
- display: flex;
- align-items: flex-end;
- position: fixed;
- left: 0;
- top: var(--window-top);
- bottom: 0;
- width: 100%;
- background: rgba(0, 0, 0, 0);
- z-index: 9995;
- transition: 0.3s;
- .mask-content {
- width: 100%;
- max-height: 70vh;
- background: #f3f3f3;
- transform: translateY(100%);
- transition: 0.3s;
- overflow-y: scroll;
- }
- &.none {
- display: none;
- }
- &.show {
- background: rgba(0, 0, 0, 0.4);
- .mask-content {
- transform: translateY(0);
- }
- }
- }
- /* 优惠券列表 */
- .coupon-item {
- display: flex;
- flex-direction: column;
- margin: 20rpx 24rpx;
- background: #fff;
- .con {
- display: flex;
- align-items: center;
- position: relative;
- height: 120rpx;
- padding: 0 30rpx;
- &:after {
- position: absolute;
- left: 0;
- bottom: 0;
- content: '';
- width: 100%;
- height: 0;
- border-bottom: 1px dashed #f3f3f3;
- transform: scaleY(50%);
- }
- }
- .left {
- display: flex;
- flex-direction: column;
- justify-content: center;
- flex: 1;
- overflow: hidden;
- height: 100rpx;
- }
- .title {
- font-size: 32rpx;
- color: $font-color-dark;
- margin-bottom: 10rpx;
- }
- .time {
- font-size: 24rpx;
- color: $font-color-light;
- }
- .right {
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- font-size: 26rpx;
- color: $font-color-base;
- height: 100rpx;
- }
- .price {
- font-size: 44rpx;
- color: $base-color;
- &:before {
- content: '¥';
- font-size: 34rpx;
- }
- }
- .tips {
- font-size: 24rpx;
- color: $font-color-light;
- line-height: 60rpx;
- padding-left: 30rpx;
- }
- .circle {
- position: absolute;
- left: -6rpx;
- bottom: -10rpx;
- z-index: 10;
- width: 20rpx;
- height: 20rpx;
- background: #f3f3f3;
- border-radius: 100px;
- &.r {
- left: auto;
- right: -6rpx;
- }
- }
- }
- </style>
|