|
|
@@ -1,7 +1,9 @@
|
|
|
<template>
|
|
|
<view class="app-content">
|
|
|
<view class="book_banner">
|
|
|
+ <!-- #ifndef APP-PLUS -->
|
|
|
<image class="slide" :src="`${constant.imgUrl}/book/banner1.png`" mode="aspectFit"></image>
|
|
|
+ <!-- #endif -->
|
|
|
</view>
|
|
|
<view class="book_content">
|
|
|
<view v-for="(item, index) in book" :key="index" class="item">
|
|
|
@@ -52,6 +54,8 @@ export default {
|
|
|
<style lang="scss" scoped>
|
|
|
.app-content{
|
|
|
.book_banner{
|
|
|
+ width:750upx;
|
|
|
+ height:524upx;
|
|
|
.slide{
|
|
|
width:750upx;
|
|
|
height:524upx;
|