zhaogongxue před 1 rokem
rodič
revize
3265f69157

+ 14 - 12
components/ty-paper/ty-paper.vue

@@ -1,6 +1,6 @@
 <template>
 	<view class="page1" style="background: #fff;">
-		<view class="" style="position: relative;">
+		<view class="" style="position: relative;height: 16px;">
 			<view class="top u-flex u-row-between">
 				<view class="u-flex" @click="change(0)">
 					<text :class="current==0?'new':'fen'">教材级别</text>
@@ -34,15 +34,17 @@
 				</view>
 			</view>
 		</view>
-		<scroll-view :scroll-y='true' class="u-flex u-row-between" style="flex-wrap: wrap;">
-			<view class="" @click="toinfo(item.id)" v-for="(item,index) in paperlist" :key="index"
-				style="margin-top: 26rpx;">
-				<image :src="item.image" style="width: 334rpx;height: 460rpx;" mode=""></image>
-				<view class="title u-line-1">{{item.title}}…</view>
-				<view class="writer u-line-1">{{item.author}}</view>
-				<view class="" style="margin-top: 8rpx;">
-					<text class="ding">定价</text>
-					<text class="money">¥{{item.entity_price}}</text>
+		<scroll-view :scroll-y='true' style="height: calc(100vh - 200px);">
+			<view class="u-flex u-row-between u-flex-wrap" >
+				<view class="" @click="toinfo(item.id)" v-for="(item,index) in paperlist" :key="index"
+					style="margin-top: 26rpx;display: inline-block;">
+					<image :src="item.image" style="width: 334rpx;height: 460rpx;" mode=""></image>
+					<view class="title u-line-1">{{item.title}}…</view>
+					<view class="writer u-line-1">{{item.author}}</view>
+					<view class="" style="margin-top: 8rpx;">
+						<text class="ding">定价</text>
+						<text class="money">¥{{item.entity_price}}</text>
+					</view>
 				</view>
 			</view>
 		</scroll-view>
@@ -222,9 +224,9 @@
 		flex-direction: column;
 		justify-content: space-between;
 		position: absolute;
-		top: 50rpx;
+		top: 30rpx;
 		left: -24rpx;
-		height: 300rpx;
+		// height: 300rpx;
 		box-sizing: border-box;
 		background: #FFFFFF;
 		border-radius: 0rpx 0rpx 20rpx 20rpx;

+ 39 - 12
pages/index/bookinfo.vue

@@ -87,7 +87,7 @@
 				<!-- 样章 -->
 				<view class="" v-if="specimen_file.length>0">
 					<view class="sample">样章</view>
-					<view class="" v-for="(item,index) in specimen_file" :key="index"
+					<view @click="tourl(item.url)" class="" v-for="(item,index) in specimen_file" :key="index"
 						style="display: flex;margin-top: 28rpx;">
 						<view class="" style="display: flex;">
 							<image src="/static/images/pdf.png" class="image3" mode=""></image>
@@ -107,7 +107,7 @@
 						</view>
 					</view>
 					<view class="courseware">课件</view>
-					<view v-for="(item,index) in courseware_file" :key="index" class=""
+					<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>
@@ -117,7 +117,7 @@
 					</view>
 					<view class="" v-if="resource_file.length>0">
 						<view class="courseware">资源</view>
-						<view v-for="(item,index) in resource_file" :key="index" class=""
+						<view @click='touser(item.url)' v-for="(item,index) in resource_file" :key="index" class=""
 							style="display: flex;margin-top: 28rpx;justify-content: space-between;">
 							<view class="" style="display: flex;">
 								<image src="/static/images/pdf.png" class="image3" mode=""></image>
@@ -135,7 +135,8 @@
 			<view v-if="datainfo.is_free==0" class="right" @click="show=true">免费下载</view>
 			<view v-if="datainfo.is_certificate==0" @click="show=true" class="right">体验下载</view>
 			<view v-if="datainfo.is_pay==0" class="right" @click="show=true">已购买,可下载</view>
-			<view v-if="datainfo.is_pay!=0&&datainfo.is_certificate!=0&&datainfo.is_free!=0" class="right">在线试读</view>
+			<view v-if="datainfo.is_pay!=0&&datainfo.is_certificate!=0&&datainfo.is_free!=0" @click="tourl(url)"
+				class="right">在线试读</view>
 		</view>
 		<u-popup v-model="show" mode="bottom" border-radius="24">
 			<view class="" style="padding: 32rpx 28rpx;">
@@ -146,8 +147,8 @@
 				</view>
 				<view class="" v-if="specimen_file.length>0">
 					<view class="sample">样章</view>
-					<view class="u-row-between" v-for="(item,index) in specimen_file" :key="index"
-						style="display: flex;margin-top: 28rpx;">
+					<view @click="tourl(item.url)" class="u-row-between" v-for="(item,index) in specimen_file"
+						:key="index" style="display: flex;margin-top: 28rpx;">
 						<view class="" style="display: flex;">
 							<image src="/static/images/pdf.png" class="image3" mode=""></image>
 							<view class="pdf u-line-1" style="width: 530rpx;">{{item.title}}</view>
@@ -160,7 +161,7 @@
 						<view class="">资源包</view>
 					</view>
 					<view class="courseware">电子书</view>
-					<view v-for="(item,index) in courseware_file" :key="index" class=""
+					<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>
@@ -169,7 +170,7 @@
 						<image src="/static/images/updown.png" mode="" style="width: 32rpx;height: 32rpx;"></image>
 					</view>
 					<view class="courseware">课件</view>
-					<view v-for="(item,index) in courseware_file" :key="index" class=""
+					<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>
@@ -179,7 +180,7 @@
 					</view>
 					<view class="" v-if="resource_file.length>0">
 						<view class="courseware">资源</view>
-						<view v-for="(item,index) in resource_file" :key="index" class=""
+						<view @click="touser(item.url)" v-for="(item,index) in resource_file" :key="index" class=""
 							style="display: flex;margin-top: 28rpx;justify-content: space-between;">
 							<view class="" style="display: flex;">
 								<image src="/static/images/pdf.png" class="image3" mode=""></image>
@@ -241,7 +242,7 @@
 				resource_file: [],
 				specimen_file: [],
 				price: '', //资源价格,
-
+				url: ''
 			};
 		},
 		onLoad(options) {
@@ -249,6 +250,29 @@
 			this.getBookInfo()
 		},
 		methods: {
+			//跳转下载
+			touser(url) {
+				if (this.datainfo.is_certificate == 0 || this.datainfo.is_pay == 0 || this.datainfo.is_free == 0) {
+					console.log(this.url);
+					window.location.href = url
+				} else {
+					uni.showModal({
+						title: '提示',
+						content: '所选资料为付费资料,请购买后下载',
+						confirmText: '我知道了',
+						success: function(res) {
+							if (res.confirm) {
+								console.log('用户点击确定');
+							} else if (res.cancel) {
+								console.log('用户点击取消');
+							}
+						}
+					});
+				}
+			},
+			tourl(url){
+				window.location.href = url
+			},
 			//跳转详情
 			toinfo(id) {
 				this.id = id
@@ -261,7 +285,7 @@
 					type: 0
 				}).then(res => {
 					if (res.code == 1) {
-						uni.setStorageSync('bookid',this.id)
+						uni.setStorageSync('bookid', this.id)
 						uni.navigateTo({
 							url: '/pages/index/orderinfo?id=' + res.data.id + '&&index=' + 1
 						})
@@ -300,6 +324,9 @@
 					this.courseware_file = res.data.courseware_file
 					this.resource_file = res.data.resource_file
 					this.specimen_file = res.data.specimen_file
+					if (res.data.specimen_file.length > 0) {
+						this.url = res.data.specimen_file[0].url
+					}
 					this.price = res.data.price
 					var arr = res.data.banner.map(item => {
 						let obj = {}
@@ -314,7 +341,7 @@
 				this.current = index;
 			},
 			toupdown(index) {
-				uni.setStorageSync('bookid',this.id)
+				uni.setStorageSync('bookid', this.id)
 				uni.navigateTo({
 					url: '/pages/index/updown?id=' + this.id + "&&index=" + index
 				})

+ 1 - 0
pages/index/index.vue

@@ -323,6 +323,7 @@
 
 	.pad {
 		padding: 0 28rpx;
+		height: 21px;
 	}
 
 	.one {

+ 3 - 3
pages/index/orderinfo.vue

@@ -45,14 +45,14 @@
 			</view>
 		</view>
 		<view class="pay">
-			<u-radio-group v-model="value" @change="radioGroupChange">
+			<u-radio-group v-model="value" >
 				<view class="u-flex u-row-between" style="width: 680rpx;">
 					<view class="u-flex">
 						<image src="/static/images/wei.png" style="width: 40rpx;height: 40rpx;" mode=""></image>
 						<view class="weipay">微信支付</view>
 					</view>
 					<view class="">
-						<u-radio @change="radioChange">
+						<u-radio name="0">
 						</u-radio>
 					</view>
 				</view>
@@ -63,7 +63,7 @@
 						<view class="weipay">支付宝支付</view>
 					</view>
 					<view class="">
-						<u-radio @change="radioChange"></u-radio>
+						<u-radio name="1"></u-radio>
 					</view>
 				</view>
 			</u-radio-group>

+ 3 - 2
pages/index/stylebook.vue

@@ -56,9 +56,9 @@
 				</view>
 				<!-- 				<view class="box u-flex"> -->
 				<view class="" style="margin-top: 38rpx;">
-					<u-radio-group :wrap='true' @change='changeground'>
+					<u-radio-group :wrap='true' @change='changeground' v-model="value">
 						<u-radio shape="square" active-color="rgba(6, 169, 113, 1)" v-for="(item, index) in list"
-							:key="item.name" :name="index" @change="radioChange">
+							:key="index" :name="index" @change="radioChange">
 							{{item.name}}
 						</u-radio>
 					</u-radio-group>
@@ -108,6 +108,7 @@
 	export default {
 		data() {
 			return {
+				value:0,
 				list: [{
 						name: '教材用书',
 						disabled: false,

+ 17 - 9
pages/index/updown.vue

@@ -2,7 +2,7 @@
 	<view class="page">
 		<u-checkbox-group @change="checkboxGroupChange">
 			<view class="item u-flex" v-for="(item,index) in list" :key="index">
-				<u-checkbox @change="checkboxChange" shape="circle" v-model="item.checked"></u-checkbox>
+				<u-checkbox :name='item.id' shape="circle" v-model="item.checked"></u-checkbox>
 				<view class="box">
 					<image :src="item.image" style="width: 120rpx ;height: 160rpx;" mode=""></image>
 				</view>
@@ -20,9 +20,9 @@
 		<view class="" style="height: 160rpx;"></view>
 		<view class="bottom u-flex u-row-between">
 			<view class="u-flex">
-				<view class="" @click="checkedAll">
+				<view class="" >
 					<u-checkbox-group>
-						<u-checkbox shape="circle" v-model="all"></u-checkbox>
+						<u-checkbox @change="checkedAll" shape="circle" v-model="all"></u-checkbox>
 					</u-checkbox-group>
 					<text class="All">全选</text>
 				</view>
@@ -33,7 +33,7 @@
 						<text class="mi" style="font-size: 36rpx;">{{Number(sum).toFixed(2)}}</text>
 					</view>
 					<view class="">
-						<text class="num">{{}}</text>
+						<text class="num">{{aaa.length}}</text>
 						<text class="fcai">份资料</text>
 					</view>
 				</view>
@@ -55,6 +55,7 @@
 				series_id: '',
 				orderid: '',
 				sum: 0,
+				aaa:[]
 			};
 		},
 		onLoad(options) {
@@ -83,6 +84,7 @@
 					this.list.map(item => {
 						item.checked = false
 					})
+					this.list = JSON.parse(JSON.stringify(this.list))
 				})
 			},
 			//订单确认
@@ -102,23 +104,29 @@
 				})
 			},
 			//全选
-			checkedAll() {
-				if (this.all == true) {
+			checkedAll(e) {
+				console.log(e);
+				if (e.value == true) {
 					this.list.map(val => {
-						val.checked = false;
+						val.checked = true;
 					})
+					this.aaa = this.list
 				} else {
 					this.list.map(val => {
-						val.checked = true;
+						val.checked = false;
 					})
+					this.aaa = []
 				}
 				this.getsum()
 			},
 			checkboxGroupChange(e) {
-				console.log(e);
 				if (e.length == this.list.length) {
 					this.all = true
+				}else{
+					this.all = false
 				}
+				this.getsum()
+				this.aaa = e
 				// this.list.map(val => {
 				// 	if (val.checked == false) {
 				// 		this.all = false

Rozdílová data souboru nebyla zobrazena, protože soubor je příliš velký
+ 0 - 0
unpackage/dist/dev/.sourcemap/mp-weixin/common/main.js.map


Rozdílová data souboru nebyla zobrazena, protože soubor je příliš velký
+ 0 - 0
unpackage/dist/dev/.sourcemap/mp-weixin/common/runtime.js.map


Rozdílová data souboru nebyla zobrazena, protože soubor je příliš velký
+ 0 - 0
unpackage/dist/dev/.sourcemap/mp-weixin/common/vendor.js.map


Rozdílová data souboru nebyla zobrazena, protože soubor je příliš velký
+ 0 - 0
unpackage/dist/dev/.sourcemap/mp-weixin/pages/index/index.js.map


Některé soubory nejsou zobrazeny, neboť je v těchto rozdílových datech změněno mnoho souborů