zhaogongxue 1 gadu atpakaļ
vecāks
revīzija
29aa827c22

+ 2 - 2
pages/index/bookinfo.vue

@@ -110,7 +110,7 @@
 					<view @click='touser(item.url)' v-for="(item,index) in courseware_file" :key="index" class=""
 						style="display: flex;margin-top: 28rpx;justify-content: space-between;">
 						<div style="display: flex;">
-							<image src="/static/images/pdf.png" class="image3" mode=""></image>
+							<image src="/static/images/video.png" class="image3" mode=""></image>
 							<view class="pdf u-line-1" style="width: 530rpx;">{{item.title}}</view>
 						</div>
 						<image src="/static/images/updown.png" mode="" style="width: 32rpx;height: 32rpx;"></image>
@@ -182,7 +182,7 @@
 					<view v-for="(item,index) in courseware_file" :key="index" class=""
 						style="display: flex;margin-top: 28rpx;justify-content: space-between;">
 						<div style="display: flex;">
-							<image src="/static/images/pdf.png" class="image3" mode=""></image>
+							<image src="/static/images/video.png" class="image3" mode=""></image>
 							<view class="pdf u-line-1" style="width: 530rpx;">{{item.title}}</view>
 						</div>
 						<image src="/static/images/updown.png" mode="" style="width: 32rpx;height: 32rpx;"></image>

+ 1 - 1
pages/index/orderinfo.vue

@@ -34,7 +34,7 @@
 					<view class="money">¥{{item.good_item.price}}</view>
 				</view>
 			</view>
-			<view v-else class="u-flex" style="margin-top: 32rpx;" v-for="(item,index) in orderlist" :key="index">
+			<view  class="u-flex" style="margin-top: 32rpx;" v-for="(item,index) in orderlist" :key="index">
 				<view class="box">
 					<image :src="item.good_item.image" style="width: 120rpx;height: 160rpx;" mode=""></image>
 				</view>

+ 12 - 5
pages/index/updown.vue

@@ -20,7 +20,7 @@
 		<view class="" style="height: 160rpx;"></view>
 		<view class="bottom u-flex u-row-between">
 			<view class="u-flex">
-				<view class="" >
+				<view class="">
 					<u-checkbox-group>
 						<u-checkbox @change="checkedAll" shape="circle" v-model="all"></u-checkbox>
 					</u-checkbox-group>
@@ -55,7 +55,7 @@
 				series_id: '',
 				orderid: '',
 				sum: 0,
-				aaa:[]
+				aaa: []
 			};
 		},
 		onLoad(options) {
@@ -89,8 +89,10 @@
 			},
 			//订单确认
 			orderinfo() {
+				var b = this.aaa.toString()
+				console.log(b);
 				this.$u.post('api/order/createOrder', {
-					goods_id: '1,2',
+					goods_id: b,
 					type: 0
 				}).then(res => {
 					if (res.code == 1) {
@@ -110,7 +112,12 @@
 					this.list.map(val => {
 						val.checked = true;
 					})
-					this.aaa = this.list
+					this.list.map(item => {
+						this.aaa.push(item.id)
+					})
+					// this.aaa = this.list
+
+					console.log('aaa', this.aaa);
 				} else {
 					this.list.map(val => {
 						val.checked = false;
@@ -122,7 +129,7 @@
 			checkboxGroupChange(e) {
 				if (e.length == this.list.length) {
 					this.all = true
-				}else{
+				} else {
 					this.all = false
 				}
 				this.getsum()

BIN
static/images/video.png