sureorder.vue 21.1 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693
<template>
	<view class="content">
		<view class="ordercontent">
			<view class="sureordertop flextwo" @click="addaddress" v-if="postage_type3==1||postage_type2==1||postage_type1==1">
				<!-- @click="addaddress" -->
				<view class="sureordername" v-if="addressitem==''">请选择地址</view>
				<view class="addresstop" v-else>
					<view class="addressname flexone">
						<view class="sureordername">
							{{addressitem.name}}
						</view>
						<view class="sureorderphone">{{addressitem.phone}}</view>
					</view>
					<view class="addresstitle">
						{{addressitem.province_name}}{{addressitem.city_name}}{{addressitem.county_name}}{{addressitem.address}}
					</view>
				</view>
				<view class="yourowk">
					<image src="../../static/yourowk.png" mode=""></image>
				</view>
			</view>
			<view class="sureshop sureshopk">
				<!-- 店铺商品 -->
				<view class="bigbox" v-if="goodinfo.data3.length!=0">
					<view class="sureorderbox flexone">
						<view class="sureimg">
							<image src="../../static/nearshop.png" mode=""></image>
						</view>
						<view class="sureshopname">{{goodinfo.data3[0].name}}</view>
					</view>
					<view class="boxbox">
						<view class="sureorderitem flex" v-for="(item,index) in goodinfo.data3[0].goods" :key="index">
							<view class="sureorderitemleft">
								<image :src="item.store_goods_spec.spec_image" mode=""></image>
							</view>
							<view class='shuright'>
								<view class="suregoodnamek">{{item.name}}
								</view>
								<view v-if="item.spec.length!=0">
									<view class="spec" v-for="(item,index) in item.spec" :key="index">{{item.spec_name}}:{{item.spec_value}}</view>
								</view>
								<view class="surebot flexone">
									<view class="saleprice">¥{{item.price}}</view>
									<view class="detailnum">x{{item.number}}</view>
								</view>
							</view>
						</view>
					</view>

					<view class="delivery flextwo">
						<view class="deliveryleft">配送服务</view>
						<view class="deliveryright flexone">
							<picker @change="bindgoodChange" :value="goodindex" :range="goodservicearr" range-key="name">
								<view class="deliveryname">{{goodpeiname}}</view>
							</picker>

							<view class='yourow'>
								<image src="../../static/yourowk.png" mode=""></image>
							</view>
						</view>
					</view>
					<view class="delivery markcontent">
						<view class='markname'>店铺备注</view>
						<view class="marktext">
							<textarea value="" placeholder="选填,给商家留言" @input="entershopmessage" />
							</view>
					</view>
				<view class="delivery markcontent markcontentk peibox">
					<view class="deliveryitem flextwo">
						<view class='deliveryitemname'>商品金额</view>
						<view class='deliveryitemname moneyright'>¥{{goodinfo.data3[0].goods_total}}</view>
					</view>
					
					
					<view class="deliveryitem flextwo">
						<view class='deliveryitemname'>运费</view>
						<view class='deliveryitemname moneyright'>¥{{goodinfo.data3[0].postage_price}}</view>
					</view>
				</view>	
				<view class="delivery peidelivery markcontentk flextwo peiboxk">
					<view class="deliveryleft">小计</view>
					<view class="deliverymoney">¥{{goodinfo.data3[0].goods_total*100/100+goodinfo.data3[0].postage_price*100/100}}</view>
				</view>
				</view>
				<div class="botbox" v-if="goodinfo.data1.flour_goods!=undefined"></div>
				<!-- 面坊商品 -->
				<view class="bigbox" v-if="goodinfo.data1.flour_goods!=undefined">
					<view class="sureorderbox flexone">
						<view class="sureimg">
							<image src="../../static/nearshop.png" mode=""></image>
						</view>
						<view class="sureshopname">面坊商品</view>
					</view>
					<view class="boxbox">
						<view class="sureorderitem flex" v-for="(item,index) in goodinfo.data1.flour_goods" :key="index">
							<view class="sureorderitemleft">
								<!-- <image :src="item.score_goods_spec.spec_image" mode=""></image> -->
							</view>
							<view class='shuright'>
								<view class="suregoodnamek">{{item.name}}
								</view>
								<view v-if="item.spec.length!=0">
									<view class="spec" v-for="(item,index) in item.spec" :key="index">{{item.spec_name}}:{{item.spec_value}}</view>
								</view>
								<view class="surebot flexone">
									<view class="saleprice">¥{{item.price}}</view>
									<view class="detailnum">x{{item.number}}</view>
								</view>
							</view>
						</view>
					</view>
					<view class="delivery flextwo">
						<view class="deliveryleft">配送服务</view>
						<view class="deliveryright flexone">
							<picker @change="bindmianChange" :value="mianindex" :range="servicearr" range-key="name">
								<view class="deliveryname">{{mianpeiname}}</view>
							</picker>
			
							<view class='yourow'>
								<image src="../../static/yourowk.png" mode=""></image>
							</view>
						</view>
					</view>
					<view class="delivery markcontent">
						<view class='markname'>店铺备注</view>
						<view class="marktext">
							<textarea value="" placeholder="选填,给商家留言" @input="entermianfangrmark"/>
							</view>
					</view>
				<!-- 	<view class="delivery flextwo markcontent">
						<view class="deliveryleft flexone">
							<view class='jifen'>可用积分抵扣50</view>
							<view class="jifenimg">
								<image src="../../static/gantan.png" mode=""></image>
							</view>
						</view>
						<view class="deliveryname">请输入抵扣积分</view>
					</view> -->
					<view class="delivery flextwo markcontent" @click="selectcoupon">
						<view class="deliveryleft flexone">
							<view class='jifen'>优惠劵</view>
							<view class="jifenimg youimg">
								<image src="../../static/gantan.png" mode=""></image>
							</view>
						</view>
						<view class="deliveryname">{{couponname}}</view>
					</view>
				
				<view class="delivery markcontent markcontentk peibox">
					<view class="deliveryitem flextwo">
						<view class='deliveryitemname'>商品金额</view>
						<view class='deliveryitemname moneyright'>¥{{goodinfo.data1.goods_total}}</view>
					</view>
					<!-- <view class="deliveryitem flextwo">
						<view class='deliveryitemname'>积分抵扣</view>
						<view class='deliveryitemname moneyright'>¥2600.00</view>
					</view> -->
					<view class="deliveryitem flextwo">
						<view class='deliveryitemname'>优惠券</view>
						<view class='deliveryitemname moneyright'>¥{{goodinfo.data1.discounts}}</view>
					</view>
					<view class="deliveryitem flextwo">
						<view class='deliveryitemname'>运费</view>
						<view class='deliveryitemname moneyright'>¥{{goodinfo.data1.postage_price}}</view>
					</view>
				</view>	
				<view class="delivery peidelivery markcontentk flextwo peiboxk">
					<view class="deliveryleft">小计</view>
					<view class="deliverymoney">¥{{goodinfo.data1.goods_total*100/100+goodinfo.data1.postage_price*100/100}}</view>
				</view>
						
				
				</view>
				<div class="botbox" v-if="goodinfo.data2.score_goods!=undefined"></div>
				<!-- 积分商品 -->
				<view class="bigbox jibox" v-if="goodinfo.data2.score_goods!=undefined">
					<view class="sureorderbox flexone">
						<view class="sureimg">
							<image src="../../static/nearshop.png" mode=""></image>
						</view>
						<view class="sureshopname">积分商品</view>
					</view>
					<view class="boxbox">
						<view class="sureorderitem flex" v-for="(item,index) in goodinfo.data2.score_goods" :key="index">
							<view class="sureorderitemleft">
								<image :src="item.score_goods_spec.spec_image" mode=""></image>
							</view>
							<view class='shuright'>
								<view class="suregoodnamek">{{item.name}}
								</view>
								<view v-if="item.spec.length!=0">
									<view class="spec" v-for="(item,index) in item.spec" :key="index">{{item.spec_name}}:{{item.spec_value}}</view>
								</view>
								<view class="surebot flexone">
									<view class="saleprice">¥{{item.price}}</view>
									<view class="weightnumk flexone">
										<view class="detailnum">x{{item.number}}</view>
									</view>
								</view>
							</view>
						</view>
					</view>
				
				<view class="delivery flextwo">
					<view class="deliveryleft">配送服务</view>
					<view class="deliveryright flexone">
						<picker @change="bindjiChange" :value="jiindex" :range="jifenservicearr" range-key="name">
							<view class="deliveryname">{{jifenpeiname}}</view>
						</picker>
						<view class='yourow'>
							<image src="../../static/yourowk.png" mode=""></image>
						</view>
					</view>
				</view>
				<view class="delivery markcontent">
					<view class='markname'>店铺备注</view>
					<view class="marktext">
						<textarea value="" placeholder="选填,给商家留言" @input="enterjifenremark"/>
						</view>
				</view>
				<view class="delivery flextwo markcontent">
					<view class="deliveryleft flexone">
						<view class='jifen'>可用积分抵扣</view>
						<view class="jifenimg youimg">
							<image src="../../static/gantan.png" mode=""></image>
						</view>
					</view>
					<view class="deliveryname dikouname">
						<input type="number" value=""  placeholder="请输入抵扣积分" placeholder-class="dikouinput" @input="enterjifen"/>
						</view>
				</view>
				<view class="delivery markcontent markcontentk peibox">
					<view class="deliveryitem flextwo">
						<view class='deliveryitemname'>商品金额</view>
						<view class='deliveryitemname moneyright'>¥{{goodinfo.data2.goods_total}}</view>
					</view>
					<view class="deliveryitem flextwo">
						<view class='deliveryitemname'>积分抵扣</view>
						<view class='deliveryitemname moneyright'>¥{{goodinfo.data2.user_score}}</view>
					</view>
					
					<view class="deliveryitem flextwo">
						<view class='deliveryitemname'>运费</view>
						<view class='deliveryitemname moneyright'>¥{{goodinfo.data2.postage_price}}</view>
					</view>
				</view>	
				<view class="delivery peidelivery markcontentk flextwo peiboxk">
					<view class="deliveryleft">小计</view>
					<view class="deliverymoney">¥{{goodinfo.data2.goods_total*100/100+goodinfo.data2.postage_price*100/100}}</view>
				</view>
						
				</view>
			</view>
		</view>
		
		<view class="huiyuanbot boxsizing flextwo totalbtn">
			<view class="surezhifu">总计:{{goodinfo.total}}</view>
			<view class="behuiyuanbtn behuiyuanbtnk" @click="surepay">确认支付</view>
		</view>
		
		<!-- 购买弹层 -->
		<view class="register" @click="hidebuy" v-if="buyshow">
			<view class="buywrap boxsizing" @click.stop="stopclickwrap">
				<view class="buyname">订单总额</view>
				<view class="buymoney">{{goodinfo.total}}</view>
				<view class='buybox'>
					<view class="buyitem boxsizing flextwo" @click.stop="paytype" :data-id="1">
						<view class="buyitemleft flexone">
							<view class="buyleftimg" >
								
								<image src="../../static/weixin.png" mode=""></image>
							</view>
							<view class="buyitemname">微信支付</view>
						</view>
						<view class="selimg"  >
							<image src="../../static/selright.png" mode="" v-if="pay_type==1"></image>
							<image src="../../static/meisel.png" mode="" v-else></image>
						</view>
					</view>
					<view class="buyitem boxsizing flextwo">
						<view class="buyitemleft flexone">
							<view class="buyleftimg">
							
								<image src="../../static/zhifubao.png" mode=""></image>
							</view>
							<view class="buyitemname">支付宝</view>
						</view>
						<view class="selimg"  @click.stop="paytype" :data-id="2">
							<image src="../../static/selright.png" mode="" v-if="pay_type==2"></image>
							<image src="../../static/meisel.png" mode="" v-else></image>
						</view>
					</view>
					
					<view class="buyitem boxsizing flextwo" @click.stop="paytype" :data-id="3">
						<view class="buyitemleft flexone">
							<view class="buyleftimg" >
								<image src="../../static/yue.png" mode="" ></image>
							</view>
							<view class="buyitemname">余额支付</view>
						</view>
						<view class="selimg"  >
							<image src="../../static/selright.png" mode="" v-if="pay_type==3"></image>
							<image src="../../static/meisel.png" mode="" v-else></image>
						</view>
					</view>
					<view class="buyitem boxsizing flextwo"  @click.stop="paytype" :data-id="4">
						<view class="buyitemleft flexone">
							<view class="buyleftimg">
								
								<image src="../../static/baitiao.png" mode="" ></image>
							</view>
							<view class="buyitemname">赊吧支付</view>
						</view>
						<view class="selimg"  >
							<image src="../../static/selright.png" mode="" v-if="pay_type==4"></image>
							<image src="../../static/meisel.png" mode="" v-else></image>
						</view>
					</view>
				</view>
					<view class="buybtn btnk" @click="paynow">确认支付(¥{{goodinfo.total}})</view>
				
			</view>
		</view>
		<!-- 优惠券使用规则 -->
		<view class='register' v-if="couponrule">
			<view class="couponrule">
				<view class='coupontitle'>优惠券使用规则</view>
				<view class="coupontext">
					Lorem ipsum dolor sit amet, consectetur adipiscing elit.
					 Aenean euismod bibendum laoreet. Proin gravida dolor
					  sit amet lacus accumsan et viverra justo commodo. Proin sodales pulvinar sic tempor. Sociis natoque penatibus et magnis dis
					 parturient penatibus et magnis dis parturient 
				</view>
				<view class="know" @click="know">我知道了</view>
			</view>
		</view>
	</view>
</template>

<script>
	import app from "../../App.vue";
	    export default {
	        data() {
	            return {
					// 是否显示收货地址
					addresstrue:true,
	                buyshow: false,
					couponrule:false,
					goodinfo:'',
					addressitem:'',
					addresssel:'请选择地址',
					mianindex:-1,
					servicearr:[{
						id:1,
						name:'快递配送'
					},
					{
						id:2,
						name:'上门自提'
					},
					],
					mianpeiname:'快递配送',
					jifen:'',
					couponname:'请选择优惠券',
					// 面坊的配送方式
					postage_type1:1,
					// 积分商品配送方式
					jifenservicearr:[{
						id:1,
						name:'快递配送'
					},
					{
						id:2,
						name:'上门自提'
					},
					],
					jiindex:-1,
					postage_type2:1,
					jifenpeiname:'快递配送',
					
					//店铺商品
					
					goodindex:-1,
					goodservicearr:[{
						id:1,
						name:'快递配送'
					},
					{
						id:2,
						name:'上门自提'
					}],
					goodpeiname:'快递配送',
					pay_type:-1,
					user_ticket_id:'',
					order_id:'',
					//判断收货地址是否显示
					postage_type3:''
					// data1  面坊  data2  积分  data3 店铺
	            }
	        },
	        onLoad(options) {
				console.log(38349403,options)
				
				this.goodinfo=uni.getStorageSync("goodinfo");
				
				this.seldata=JSON.parse(options.seldata)
				this.seldata.forEach(function(value,index,array){
					if(value.type==3){
					    value.postage_type=1;
					}
				})
				this.seldata=this.seldata;
				
				console.log(this.goodinfo) 
	        },
			
	        methods: {
				// 阻止购买弹层取消
				stopclickwrap(){
					
				},
				
				// 选择支付方式
				paytype(e){
					this.pay_type=e.currentTarget.dataset.id
				},
				// 面访商品配送方式
				bindmianChange(e){
					this.mianpeiname=this.servicearr[e.target.value].name;
					this.mianindex=e.target.value;
					this.postage_type1=this.servicearr[e.target.value].id;
					
					this.changeorder();
				},
				// 积分商品的配送方式
				bindjiChange(e){
					this.jifenpeiname=this.servicearr[e.target.value].name;
					
					this.jiindex=e.target.value;
					this.postage_type2=this.servicearr[e.target.value].id;
					this.changeorder();
				},
				// 店铺商品的配送方式
				bindgoodChange(e){
					let that=this;
					console.log(this.goodservicearr)
					this.goodpeiname=this.goodservicearr[e.target.value].name;
					this.goodindex=e.target.value;
					// 店铺商品选择配送方式
					this.seldata.forEach(function(value,index,array){
						if(value.type==3){
						    value.postage_type=that.goodservicearr[e.target.value].id;
						}
					})
					
					this.changeorder();
					
					that.seldata.forEach(function(value,index,array){
						if( value.postage_type==1){
							that.postage_type3=1;
						}
					})
					
				},
				// 输入积分
				enterjifen(e){
					console.log(222222);
					console.log(e.detail.value)
					
					
					this.jifen=e.detail.value;
					console.log(this.jifen)
					this.changeorder()
					
				},
				// 面坊商品备注
				    entermianfangrmark(e){
						console.log(e)
				     this.remark1=e.detail.value;
					 console.log(this.remark1)
				    },
					// 店铺商品备注
					entershopmessage(e){
						
						this.seldata.forEach(function(value,index,array){
						      if(value.type==3){
						       value.remark=e.detail.value
						      }
						     })
						  this.seldata=this.this.seldata;
						  console.log(this.seldata)
					},
					// 积分商品备注
					enterjifenremark(){
						this.remark2=e.detail.value
					},
				// 选择优惠券
				selectcoupon(){
					uni.navigateTo({
						url:'/pages/nearshop/selectcoupon'
					})
				},
				// 添加地址
				addaddress(){
					console.log(334439090)
					uni.navigateTo({
						url:"/pages/usercenter/address"
					})
				},
	           know(){
				   this.couponrule=false
			   },
			   // 修改价格
			   changeorder(){
				  let that = this;
				  var url = 'order/confirm_order';
				  console.log('获取的参数', that.seldata)
				  var params = {
				  	data: JSON.stringify(that.seldata),
					postage_type1:that.postage_type1,
					postage_type2:that.postage_type2,
					score:that.jifen,
					remark1:that.remark1,
					remark2:that.remark2,
					pay_type:that.pay_type,
					user_address_id:that.addressitem.id,
				  }
				  console.log(params)
				  app.post(url, params, "post").then((res) => {
				  	console.log(res);
				  	console.log(res.data.data);
					that.goodinfo=res.data.data
				  	// let seldata = JSON.stringify(that.data)
				  	// uni.setStorageSync("goodinfo", res.data.data);
				  	// uni.navigateTo({
				  	// 	url: '/pages/nearshop/sureorder?seldata=' + seldata
				  	// })
				  
				  }).catch((err) => {
				  	console.log(err)
					uni.showToast({
						title:err.msg,
						icon:'none'
					})
				  
				  })
			   },
			   //确认支付
			   surepay(){
				   let that=this;
				  
				   if(that.postage_type1==1||that.postage_type2==1||that.postage_type3==1){
					   if(that.addressitem.id==undefined){
						   uni.showToast({
						   title:'请选择收货地址',
						   icon:'none'
						   }) 
						   return false 
					   }
				   	
				   }else{
					   that.addressitem.id==''
				   }
				   this.buyshow=true
			   },
			   hidebuy(){
				    this.buyshow=false
			   },
			   // 确认支付
			   paynow(){
				   let that = this;
				   console.log(that.addressitem.id)
				   var url = 'order/create_order';
				   var params = {
				   	data: JSON.stringify(that.seldata),
					user_ticket_id:that.user_ticket_id,
					postage_type1:that.postage_type1,
					postage_type2:that.postage_type2,
					score:that.jifen,
					remark1:that.remark1,
					remark2:that.remark2,
					pay_type:that.pay_type,
					user_address_id:that.addressitem.id
				   }
				   console.log(that.seldata);
				   console.log(params)
				   app.post(url, params,"post").then((res) => {
				   	console.log(res);
					that.order_id=res.data.data.order_id;
					that.paymoney()
				   	// uni.navigateTo({
				   	// 	url:'/pages/nearshop/sureorder'
				   	// })
				   
				   }).catch((err) => {
				   	console.log(err)
					uni.showToast({
						title:err.msg,
						icon:'none'
					})
				   
				   })
			   },
			   // 支付接口
			   paymoney(){
				   let that = this;
				   
				   // if(that.pay_type == 2) {
					   
				   // }
				   
				   var url = 'order/pay';
				   var params = {
				   	order_id:that.order_id
				   }
				  
				   console.log(params)
				   app.post(url, params,"post").then((res) => {
				   	console.log(res);
					if(that.pay_type == 2) {
						// 支付宝支付
						uni.requestPayment({
							provider: 'alipay',
							orderInfo: res.data.data.result,
							success(r) {
								console.log(r) 
							}
						})
					}
				 //   	uni.showToast({
				 //   		title:'支付成功',
					// 	icon:'none'
				 //   	})	
					// setTimeout(function(){
					// 	uni.navigateTo({
					// 		url:'/pages/usercenter/myOrder'
					// 	})
					// },1500)
				   
				   }).catch((err) => {
				   	console.log(err)
				   
				   })
			   },
				   
	      
	        },
			onShow() {
				console.log(uni.getStorageSync("addressitem"))
				if(uni.getStorageSync("addressitem")!=''){
					this.addressitem = uni.getStorageSync("addressitem");
				}
				if(uni.getStorageSync("couponitem")!=''){
					let couponitem = uni.getStorageSync("couponitem");
					console.log(couponitem)
					this.couponname=couponitem.name;
					console.log(this.couponname)
					this.user_ticket_id=couponitem.id
				}
				
				console.log(this.addressitem)

			}
	
	    }
</script>

<style>
	@import url('../../base/nearshop');
	@import url('../../base/homepage');
	page{
		background: #F8F6F9;
	}
	.ordercontent{
		padding-bottom: 150rpx;
		box-sizing: border-box;
	}
	.totalbtn{
		position: fixed;
		bottom:0;
		left:0;
	}
	.totalmoney{
		color:#C29445;
		font-size: 30rpx;
	}
	.btnk{
		width:200prx;
	}
	.buywrap{
		z-index:999
	}
</style>