优化
@ -12,8 +12,6 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="_book_operate_all">
|
<view class="_book_operate_all">
|
||||||
|
|
||||||
|
|
||||||
<view v-if="bookcase == 1" :class="['operate_all_add_bookshelf', 'active' ]">
|
<view v-if="bookcase == 1" :class="['operate_all_add_bookshelf', 'active' ]">
|
||||||
已加入书架
|
已加入书架
|
||||||
</view>
|
</view>
|
||||||
|
@ -32,7 +32,6 @@
|
|||||||
};
|
};
|
||||||
},
|
},
|
||||||
onLoad(options) {
|
onLoad(options) {
|
||||||
console.log(options,"=================")
|
|
||||||
// this.bookTitle = options.t;
|
// this.bookTitle = options.t;
|
||||||
this.bookSid = options.sid;
|
this.bookSid = options.sid;
|
||||||
this.chapterorder = options.c;
|
this.chapterorder = options.c;
|
||||||
@ -59,7 +58,7 @@
|
|||||||
uni.hideLoading();
|
uni.hideLoading();
|
||||||
if (res.status == 1) {
|
if (res.status == 1) {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: `/pages/loginMobile/loginMobile?phone=${mobile}&sid=${bookSid}i=${bookId}&c=${chapterorder}&to=${toPath}`
|
url: `/pages/loginMobile/loginMobile?phone=${mobile}&sid=${bookSid}&i=${bookId}&c=${chapterorder}&to=${toPath}`
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}).catch((err) => {
|
}).catch((err) => {
|
||||||
|
@ -50,10 +50,11 @@
|
|||||||
const toPath = this.toPath;
|
const toPath = this.toPath;
|
||||||
let toPathUrl = ''
|
let toPathUrl = ''
|
||||||
const toPathObj = {
|
const toPathObj = {
|
||||||
'1': `/pages/novelReading/novelReading`
|
'1': `/pages/novelReading/novelReading?sid=${bookSid}&id=${bookId}&c=${chapterorder}`,
|
||||||
|
'2':`/pages/myInfo/myInfo/index`
|
||||||
}
|
}
|
||||||
if (toPathObj[toPath]) {
|
if (toPathObj[toPath]) {
|
||||||
toPathUrl = `${toPathObj[toPath]}?&sid=${bookSid}i=${bookId}&c=${chapterorder}`
|
toPathUrl = `${toPathObj[toPath]}`
|
||||||
} else {
|
} else {
|
||||||
toPathUrl = `/pages/bookCity/bookCity/index`
|
toPathUrl = `/pages/bookCity/bookCity/index`
|
||||||
}
|
}
|
||||||
|
@ -41,8 +41,6 @@
|
|||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="myUserInfo_content">
|
<view class="myUserInfo_content">
|
||||||
|
<view class="myUserInfo_body">
|
||||||
<view class="_info_user_information">
|
<view class="_info_user_information">
|
||||||
<view class="_information_left">
|
<view class="_information_left">
|
||||||
<view class="_information_left_sculpture">
|
<view class="_information_left_sculpture">
|
||||||
@ -42,14 +43,15 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="_money_recharge_btn" @tap="toVoucherCenter">
|
<view class="_money_recharge_btn" @tap="toVoucherCenter">
|
||||||
<u-button type="primary" text="充值" shape="circle" color="linear-gradient(to right, #FF2E53, #FF6086)"
|
<u-button type="primary" text="充值" shape="circle"
|
||||||
class="_money_up_button"></u-button>
|
color="linear-gradient(to right, #FF2E53, #FF6086)" class="_money_up_button"></u-button>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="">
|
</view>
|
||||||
|
<!-- <view class="">
|
||||||
<u-modal :show="showModal" title="提示" content='还未登录,请登录...' :showCancelButton="true" @cancel="modalCancel"
|
<u-modal :show="showModal" title="提示" content='还未登录,请登录...' :showCancelButton="true" @cancel="modalCancel"
|
||||||
@confirm="modalConfirm" />
|
@confirm="modalConfirm" />
|
||||||
</view>
|
</view> -->
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@ -86,13 +88,19 @@
|
|||||||
url: `/pages/voucherCenter/index`
|
url: `/pages/voucherCenter/index`
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
this.showModal = true;
|
uni.navigateTo({
|
||||||
|
url: `/pages/login/login?to=2`
|
||||||
|
})
|
||||||
|
// this.showModal = true;
|
||||||
|
// uni.showModal({
|
||||||
|
// title:''
|
||||||
|
// })
|
||||||
}
|
}
|
||||||
|
|
||||||
},
|
},
|
||||||
modalCancel() {
|
// modalCancel() {
|
||||||
this.showModal = false;
|
// this.showModal = false;
|
||||||
},
|
// },
|
||||||
modalConfirm() {
|
modalConfirm() {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: `/pages/login/login`,
|
url: `/pages/login/login`,
|
||||||
@ -131,6 +139,10 @@
|
|||||||
.myUserInfo_content {
|
.myUserInfo_content {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
||||||
|
.myUserInfo_body {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
@ -221,4 +233,5 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
@ -2,22 +2,28 @@
|
|||||||
<view class="otherCellInfo_content">
|
<view class="otherCellInfo_content">
|
||||||
<u-cell-group :border="false">
|
<u-cell-group :border="false">
|
||||||
<u-cell v-for="(m,idx) in otherSteUpList" :key="idx" :title="m.title" isLink :border="false"
|
<u-cell v-for="(m,idx) in otherSteUpList" :key="idx" :title="m.title" isLink :border="false"
|
||||||
:titleStyle="m.titleStyle" size="large" :url="m.toPath">
|
:titleStyle="m.titleStyle" size="large" :url="m.toPath" :icon="m.icon">
|
||||||
<template #icon>
|
<!-- <template > -->
|
||||||
<u-icon :size="m.size" :name="m.icon" />
|
<!-- <u-icon :size="m.size" :name="m.icon" /> -->
|
||||||
</template>
|
<!-- <view solt="value" class="my_icon_box">
|
||||||
|
<image :src="m.icon" class="is_image" />
|
||||||
|
</view> -->
|
||||||
|
<!-- </template> -->
|
||||||
</u-cell>
|
</u-cell>
|
||||||
</u-cell-group>
|
</u-cell-group>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
import myInfo_chat from '@/static/images/myInfo_chat.png';
|
||||||
|
import myInfo_setting from '@/static/images/myInfo_setting.png';
|
||||||
|
import myInfo_info_circle from '@/static/images/myInfo_info_circle.png';
|
||||||
export default {
|
export default {
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
otherSteUpList: [{
|
otherSteUpList: [{
|
||||||
title: '联系客服',
|
title: '联系客服',
|
||||||
icon: 'chat',
|
icon: myInfo_chat,
|
||||||
size: 26,
|
size: 26,
|
||||||
titleStyle: {
|
titleStyle: {
|
||||||
fontSize: '32rpx',
|
fontSize: '32rpx',
|
||||||
@ -26,7 +32,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '关于我们',
|
title: '关于我们',
|
||||||
icon: 'info-circle',
|
icon: myInfo_info_circle,
|
||||||
size: 26,
|
size: 26,
|
||||||
titleStyle: {
|
titleStyle: {
|
||||||
fontSize: '32rpx',
|
fontSize: '32rpx',
|
||||||
@ -36,7 +42,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '设置',
|
title: '设置',
|
||||||
icon: 'setting',
|
icon: myInfo_setting,
|
||||||
size: 26,
|
size: 26,
|
||||||
titleStyle: {
|
titleStyle: {
|
||||||
fontSize: '32rpx',
|
fontSize: '32rpx',
|
||||||
@ -51,7 +57,20 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
.is_image {
|
||||||
|
display: block;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.otherCellInfo_content {
|
||||||
.otherCellInfo {
|
.otherCellInfo {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
|
.my_icon_box {
|
||||||
|
width: 48rpx;
|
||||||
|
height: 48rpx;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
@ -3,15 +3,14 @@
|
|||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- @tap="handelShowStepUp" -->
|
<!-- @tap="handelShowStepUp" -->
|
||||||
<view class="novelReading_body" :style="`background:${bodyReadingBg}`">
|
<view class="novelReading_body" :style="`background:${bodyReadingBg}`">
|
||||||
<!-- @change="currentChange" @setCatalog="setCatalog" @clickme="clickme" @clickher="clickher" @preload="preloadContent"-->
|
<!-- @setCatalog="setCatalog" @clickme="clickme" @clickher="clickher" @preload="preloadContent"-->
|
||||||
<view class="novelReading_main_con">
|
<view class="novelReading_main_con">
|
||||||
<yingbing-ReadPage style="height: 100%;" ref="yingbingReadPage" :footerShow="true"
|
<yingbing-ReadPage style="height: 100%;" ref="yingbingReadPage" :footerShow="true"
|
||||||
:page-type="charactersPageType" :font-size="newCharactersSize" :enableClick="true"
|
:page-type="charactersPageType" :font-size="newCharactersSize" :enableClick="true"
|
||||||
:line-height="defaultCharactersLineHeight" :color="novelContentColor" :bg-color="bodyReadingBg"
|
:line-height="defaultCharactersLineHeight" :color="novelContentColor" :bg-color="bodyReadingBg"
|
||||||
:slide="20" :enablePreload="false" @loadmore="loadmoreContent"
|
:slide="20" :enablePreload="false" @loadmore="loadmoreContent" @clickTo="handelShowStepUp"
|
||||||
@clickTo="handelShowStepUp" :clickOption="{width:200,height: 400,left:'auto',top:'auto'}"
|
:clickOption="{width:200,height: 400,left:'auto',top:'auto'}" :topGap="0" :bottomGap="20"
|
||||||
:topGap="0" :bottomGap="20"
|
@change="currentChange">
|
||||||
>
|
|
||||||
<template #test>
|
<template #test>
|
||||||
<view class="balance_con">
|
<view class="balance_con">
|
||||||
<rich-text class="balance_con_rich_text"
|
<rich-text class="balance_con_rich_text"
|
||||||
@ -21,7 +20,8 @@
|
|||||||
<view class="balance_recharge" :style="`background:${bodyReadingBg}`">
|
<view class="balance_recharge" :style="`background:${bodyReadingBg}`">
|
||||||
<view class="balance_tips" :style="`color:${novelContentColor}`">
|
<view class="balance_tips" :style="`color:${novelContentColor}`">
|
||||||
<view v-if="readChapterInfoObj.chackpay == 2">
|
<view v-if="readChapterInfoObj.chackpay == 2">
|
||||||
<view v-if="token" class="insufficient_funds" sstyle="margin-bottom:8rpx;">书币余额不足</view>
|
<view v-if="token" class="insufficient_funds" sstyle="margin-bottom:8rpx;">
|
||||||
|
书币余额不足</view>
|
||||||
<view class="">
|
<view class="">
|
||||||
<text>付费章节,需要购买。</text>
|
<text>付费章节,需要购买。</text>
|
||||||
<text>{{readChapterInfoObj.price}}</text>
|
<text>{{readChapterInfoObj.price}}</text>
|
||||||
@ -49,12 +49,15 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="u_popup_all">
|
<view class="u_popup_all">
|
||||||
<u-popup :show="navbarPopupShow" @close="directoryPopupClose" mode="top" :overlay="false" bgColor="transparent" >
|
<u-popup :show="navbarPopupShow" @close="directoryPopupClose" mode="top" :overlay="false"
|
||||||
<u-navbar :title="navbarTitle" @rightClick="rightClick" :autoBack="true" :fixed="false" :bgColor="mainBodyBg"
|
bgColor="transparent">
|
||||||
:titleStyle="{ color: navigationBarTitleTextColor }" :leftIconColor="navigationBarTitleTextBackColor"
|
<u-navbar :title="bookInfo.title" @rightClick="rightClick" :autoBack="true" :fixed="false"
|
||||||
:shadow="true" :safeAreaInsetTop="true" :placeholder="true" />
|
:bgColor="mainBodyBg" :titleStyle="{ color: navigationBarTitleTextColor }"
|
||||||
|
:leftIconColor="navigationBarTitleTextBackColor" :shadow="true" :safeAreaInsetTop="true"
|
||||||
|
:placeholder="true" />
|
||||||
</u-popup>
|
</u-popup>
|
||||||
<u-popup :show="readingPopupshow" mode="bottom" :overlay="false" zIndex="4" bgColor="transparent" :safeAreaInsetBottom="false">
|
<u-popup :show="readingPopupshow" mode="bottom" :overlay="false" zIndex="4" bgColor="transparent"
|
||||||
|
:safeAreaInsetBottom="false">
|
||||||
<view class="reading_schedule_box" :style="`background:${bodyReadingBg}`">
|
<view class="reading_schedule_box" :style="`background:${bodyReadingBg}`">
|
||||||
<view class="reading_schedule_body">
|
<view class="reading_schedule_body">
|
||||||
<view class="_previous_chapter"
|
<view class="_previous_chapter"
|
||||||
@ -89,7 +92,8 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</u-popup>
|
</u-popup>
|
||||||
<u-popup :show="stepUpPopupShow" mode="bottom" :overlay="false" bgColor="transparent" zIndex="5" :safeAreaInsetBottom="false">
|
<u-popup :show="stepUpPopupShow" mode="bottom" :overlay="false" bgColor="transparent" zIndex="5"
|
||||||
|
:safeAreaInsetBottom="false">
|
||||||
<view class="step_up_box" :style="`background:${bodyReadingBg}`">
|
<view class="step_up_box" :style="`background:${bodyReadingBg}`">
|
||||||
<view class="step_up_box_body">
|
<view class="step_up_box_body">
|
||||||
<view class="step_up_item">
|
<view class="step_up_item">
|
||||||
@ -231,48 +235,46 @@
|
|||||||
const token = myGetStorage('token');
|
const token = myGetStorage('token');
|
||||||
this.token = token;
|
this.token = token;
|
||||||
const bookSid = this.booksDirectorySid;
|
const bookSid = this.booksDirectorySid;
|
||||||
// const data = {
|
const data = {
|
||||||
// sid: bookSid,
|
sid: bookSid,
|
||||||
// }
|
}
|
||||||
// uni.$u.http.post('/bookdetails', data).then((res) => {
|
uni.$u.http.post('/bookdetails', data).then((res) => {
|
||||||
// uni.hideLoading();
|
uni.hideLoading();
|
||||||
// if (res.status == 1) {
|
if (res.status == 1) {
|
||||||
// const info = res.data.info;
|
const info = res.data.info;
|
||||||
// const cover = info.cover.includes('http') ? info.cover : `${config.baseUrl}${info.cover}`;
|
const cover = info.cover.includes('http') ? info.cover : `${config.baseUrl}${info.cover}`;
|
||||||
// this.bookInfo = {
|
this.bookInfo = {
|
||||||
// ...info,
|
...info,
|
||||||
// cover
|
cover
|
||||||
// };
|
};
|
||||||
// }
|
}
|
||||||
// }).catch((err) => {
|
}).catch((err) => {
|
||||||
// uni.hideLoading();
|
uni.hideLoading();
|
||||||
// })
|
})
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
async isGetUserRead() {
|
async isGetUserRead() {
|
||||||
const booksDirectorySid = this.booksDirectorySid;
|
const booksDirectorySid = this.booksDirectorySid;
|
||||||
const booksDirectoryPage = this.booksDirectoryPage;
|
const booksDirectoryPage = this.booksDirectoryPage;
|
||||||
const readChapterid = this.readChapterid ? this.readChapterid : '';
|
const readChapterid = this.readChapterid ? this.readChapterid : '';
|
||||||
const readChapterInfoObj = await this.isGetBookInfo(readChapterid, '', true);
|
const newReadChapterInfoObj = await this.isGetBookInfo(readChapterid, '');
|
||||||
this.novelReadingContentText = [readChapterInfoObj];
|
this.novelReadingContentText = [newReadChapterInfoObj];
|
||||||
this.readDirectoryActive = readChapterInfoObj.chapterorder;
|
this.readDirectoryActive = newReadChapterInfoObj.chapterorder;
|
||||||
this.readChapterLastid = readChapterInfoObj.lastid;
|
this.readChapterLastid = newReadChapterInfoObj.lastid;
|
||||||
this.readChapterNextid = readChapterInfoObj.nextid;
|
this.readChapterNextid = newReadChapterInfoObj.nextid;
|
||||||
this.$refs.yingbingReadPage.init({
|
this.$refs.yingbingReadPage.init({
|
||||||
contents: [readChapterInfoObj],
|
contents: [newReadChapterInfoObj],
|
||||||
start: 0,
|
start: 0,
|
||||||
currentChapter: readChapterInfoObj.chapterorder
|
currentChapter: newReadChapterInfoObj.chapterorder
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
isGetBookInfo(chapterId, statusType, isShowLoading = false) {
|
isGetBookInfo(chapterId, statusType, ) {
|
||||||
return new Promise((resolve) => {
|
return new Promise((resolve) => {
|
||||||
const booksDirectorySid = this.booksDirectorySid;
|
const booksDirectorySid = this.booksDirectorySid;
|
||||||
const novelReadingContentText = this.novelReadingContentText;
|
const novelReadingContentText = this.novelReadingContentText;
|
||||||
if (isShowLoading) {
|
|
||||||
uni.showLoading({
|
uni.showLoading({
|
||||||
title: '加载中...'
|
title: '加载中...'
|
||||||
});
|
});
|
||||||
}
|
|
||||||
const data = {
|
const data = {
|
||||||
sid: booksDirectorySid,
|
sid: booksDirectorySid,
|
||||||
};
|
};
|
||||||
@ -309,50 +311,39 @@
|
|||||||
const newReadChapterLastid = this.readChapterLastid;
|
const newReadChapterLastid = this.readChapterLastid;
|
||||||
const newNovelReadingContentText = this.novelReadingContentText;
|
const newNovelReadingContentText = this.novelReadingContentText;
|
||||||
const newReadChapterNextid = this.readChapterNextid;
|
const newReadChapterNextid = this.readChapterNextid;
|
||||||
console.log(chapter, newReadDirectoryActive, "loadmoreContent")
|
|
||||||
if (chapter != 1) {
|
|
||||||
if (chapter < newReadDirectoryActive) {
|
if (chapter < newReadDirectoryActive) {
|
||||||
const readChapterInfoObj = await this.isGetBookInfo(newReadChapterLastid);
|
const readChapterInfoObj = await this.isGetBookInfo(newReadChapterLastid);
|
||||||
this.novelReadingContentText = [...newNovelReadingContentText, readChapterInfoObj];
|
this.novelReadingContentText = [...newNovelReadingContentText, readChapterInfoObj];
|
||||||
this.readDirectoryActive = chapter;
|
|
||||||
if (readChapterInfoObj.chackpay == 1) {
|
if (readChapterInfoObj.chackpay == 1) {
|
||||||
callback('success', readChapterInfoObj)
|
callback('success', readChapterInfoObj);
|
||||||
}
|
}
|
||||||
if (readChapterInfoObj.chackpay == 2 || readChapterInfoObj.chackpay == 3) {
|
if (readChapterInfoObj.chackpay == 2 || readChapterInfoObj.chackpay == 3) {
|
||||||
const novelContentColor = this.novelContentColor;
|
|
||||||
const newCharactersSize = this.newCharactersSize;
|
|
||||||
const bodyReadingBg = this.bodyReadingBg;
|
|
||||||
const custom = [`slot:test`];
|
const custom = [`slot:test`];
|
||||||
const obj = {
|
const obj = {
|
||||||
...readChapterInfoObj,
|
...readChapterInfoObj,
|
||||||
custom,
|
custom,
|
||||||
content: ''
|
content: '',
|
||||||
}
|
}
|
||||||
callback('success', obj)
|
callback('success', obj);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (chapter > newReadDirectoryActive) {
|
if (chapter > newReadDirectoryActive) {
|
||||||
const readChapterInfoObj = await this.isGetBookInfo(newReadChapterNextid);
|
const readChapterInfoObj = await this.isGetBookInfo(newReadChapterNextid);
|
||||||
this.novelReadingContentText = [readChapterInfoObj, ...newNovelReadingContentText];
|
this.novelReadingContentText = [readChapterInfoObj, ...newNovelReadingContentText];
|
||||||
this.readDirectoryActive = chapter;
|
|
||||||
if (readChapterInfoObj.chackpay == 1) {
|
if (readChapterInfoObj.chackpay == 1) {
|
||||||
callback('success', readChapterInfoObj)
|
callback('success', readChapterInfoObj);
|
||||||
}
|
}
|
||||||
if (readChapterInfoObj.chackpay == 2 || readChapterInfoObj.chackpay == 3) {
|
if (readChapterInfoObj.chackpay == 2 || readChapterInfoObj.chackpay == 3) {
|
||||||
const novelContentColor = this.novelContentColor;
|
|
||||||
const newCharactersSize = this.newCharactersSize;
|
|
||||||
const bodyReadingBg = this.bodyReadingBg;
|
|
||||||
const custom = [`slot:test`];
|
const custom = [`slot:test`];
|
||||||
const obj = {
|
const obj = {
|
||||||
...readChapterInfoObj,
|
...readChapterInfoObj,
|
||||||
custom,
|
custom,
|
||||||
content: ''
|
content: '',
|
||||||
}
|
}
|
||||||
callback('success', obj)
|
callback('success', obj);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
|
||||||
},
|
},
|
||||||
currentChange(pageInfo) {
|
currentChange(pageInfo) {
|
||||||
const novelReadingContentText = this.novelReadingContentText;
|
const novelReadingContentText = this.novelReadingContentText;
|
||||||
@ -360,6 +351,10 @@
|
|||||||
const itemTemp = novelReadingContentText.filter((m) => m.chapter == chapter);
|
const itemTemp = novelReadingContentText.filter((m) => m.chapter == chapter);
|
||||||
this.readChapterLastid = itemTemp[0].lastid;
|
this.readChapterLastid = itemTemp[0].lastid;
|
||||||
this.readChapterNextid = itemTemp[0].nextid;
|
this.readChapterNextid = itemTemp[0].nextid;
|
||||||
|
this.readingPopupshow = false;
|
||||||
|
this.navbarPopupShow = false;
|
||||||
|
this.readDirectoryActive = chapter;
|
||||||
|
this.readChapterInfoObj = itemTemp[0];
|
||||||
},
|
},
|
||||||
async previousChapter() {
|
async previousChapter() {
|
||||||
const newReadDirectoryActive = this.readDirectoryActive;
|
const newReadDirectoryActive = this.readDirectoryActive;
|
||||||
@ -368,17 +363,33 @@
|
|||||||
if (!newReadChapterLastid) {
|
if (!newReadChapterLastid) {
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
icon: 'none',
|
icon: 'none',
|
||||||
title: "已经是第一章了"
|
title: "已经是第一章了",
|
||||||
})
|
})
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
const readChapterInfoObj = await this.isGetBookInfo(newReadChapterLastid);
|
const readChapterInfoObj = await this.isGetBookInfo(newReadChapterLastid);
|
||||||
this.novelReadingContentText = [readChapterInfoObj];
|
this.novelReadingContentText = [readChapterInfoObj];
|
||||||
|
if (readChapterInfoObj.chackpay == 1) {
|
||||||
this.$refs.yingbingReadPage.init({
|
this.$refs.yingbingReadPage.init({
|
||||||
contents: [readChapterInfoObj],
|
contents: [readChapterInfoObj],
|
||||||
start: 0,
|
start: 0,
|
||||||
currentChapter: newReadDirectoryActive - 1
|
currentChapter: newReadDirectoryActive - 1,
|
||||||
})
|
})
|
||||||
|
}
|
||||||
|
if (readChapterInfoObj.chackpay == 2 || readChapterInfoObj.chackpay == 3) {
|
||||||
|
const custom = [`slot:test`];
|
||||||
|
const obj = {
|
||||||
|
...readChapterInfoObj,
|
||||||
|
custom,
|
||||||
|
content: ''
|
||||||
|
}
|
||||||
|
this.$refs.yingbingReadPage.init({
|
||||||
|
// ...obj,
|
||||||
|
contents: [obj],
|
||||||
|
start: 0,
|
||||||
|
currentChapter: newReadDirectoryActive - 1,
|
||||||
|
})
|
||||||
|
}
|
||||||
this.readDirectoryActive = newReadDirectoryActive - 1;
|
this.readDirectoryActive = newReadDirectoryActive - 1;
|
||||||
},
|
},
|
||||||
async nextChapter() {
|
async nextChapter() {
|
||||||
@ -394,11 +405,28 @@
|
|||||||
}
|
}
|
||||||
const readChapterInfoObj = await this.isGetBookInfo(readChapterNextid);
|
const readChapterInfoObj = await this.isGetBookInfo(readChapterNextid);
|
||||||
this.novelReadingContentText = [readChapterInfoObj];
|
this.novelReadingContentText = [readChapterInfoObj];
|
||||||
|
if (readChapterInfoObj.chackpay == 1) {
|
||||||
this.$refs.yingbingReadPage.init({
|
this.$refs.yingbingReadPage.init({
|
||||||
contents: [readChapterInfoObj],
|
contents: [readChapterInfoObj],
|
||||||
start: 0,
|
start: 0,
|
||||||
currentChapter: newReadDirectoryActive + 1
|
currentChapter: newReadDirectoryActive + 1
|
||||||
})
|
})
|
||||||
|
}
|
||||||
|
if (readChapterInfoObj.chackpay == 2 || readChapterInfoObj.chackpay == 3) {
|
||||||
|
const custom = [`slot:test`];
|
||||||
|
const obj = {
|
||||||
|
...readChapterInfoObj,
|
||||||
|
custom,
|
||||||
|
content: ''
|
||||||
|
}
|
||||||
|
console.log(obj, "---------------")
|
||||||
|
this.$refs.yingbingReadPage.init({
|
||||||
|
// ...obj,
|
||||||
|
contents: [obj],
|
||||||
|
start: 0,
|
||||||
|
currentChapter: newReadDirectoryActive + 1
|
||||||
|
});
|
||||||
|
}
|
||||||
this.readDirectoryActive = newReadDirectoryActive + 1;
|
this.readDirectoryActive = newReadDirectoryActive + 1;
|
||||||
},
|
},
|
||||||
handelDirectoryItem(row) {},
|
handelDirectoryItem(row) {},
|
||||||
@ -692,9 +720,11 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.novelReading_content /deep/.u-navbar {
|
.novelReading_content /deep/.u-navbar {
|
||||||
box-shadow: 0 0 10rpx rgba(0, 0, 0, 0.2);
|
box-shadow: 0 0 10rpx rgba(0, 0, 0, 0.2);
|
||||||
}
|
}
|
||||||
|
|
||||||
.novelReading_content /deep/.u-navbar__content__title {
|
.novelReading_content /deep/.u-navbar__content__title {
|
||||||
font-size: 30rpx;
|
font-size: 30rpx;
|
||||||
}
|
}
|
||||||
@ -809,8 +839,10 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
box-shadow: 0 0 8rpx rgba(0, 0, 0, 0.2);
|
box-shadow: 0 0 8rpx rgba(0, 0, 0, 0.2);
|
||||||
border-radius: 40rpx;
|
border-radius: 40rpx;
|
||||||
padding-bottom: constant(safe-area-inset-bottom); /* 兼容 iOS 设备 */
|
padding-bottom: constant(safe-area-inset-bottom);
|
||||||
padding-bottom: env(safe-area-inset-bottom); /* 兼容 iPhone X 及以上设备 */
|
/* 兼容 iOS 设备 */
|
||||||
|
padding-bottom: env(safe-area-inset-bottom);
|
||||||
|
/* 兼容 iPhone X 及以上设备 */
|
||||||
|
|
||||||
.reading_schedule_body {
|
.reading_schedule_body {
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -849,8 +881,10 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
box-shadow: 0 0 8rpx rgba(0, 0, 0, 0.2);
|
box-shadow: 0 0 8rpx rgba(0, 0, 0, 0.2);
|
||||||
border-radius: 40rpx;
|
border-radius: 40rpx;
|
||||||
padding-bottom: constant(safe-area-inset-bottom); /* 兼容 iOS 设备 */
|
padding-bottom: constant(safe-area-inset-bottom);
|
||||||
padding-bottom: env(safe-area-inset-bottom); /* 兼容 iPhone X 及以上设备 */
|
/* 兼容 iOS 设备 */
|
||||||
|
padding-bottom: env(safe-area-inset-bottom);
|
||||||
|
/* 兼容 iPhone X 及以上设备 */
|
||||||
|
|
||||||
.step_up_box_body {
|
.step_up_box_body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
BIN
static/images/myInfo_chat.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
static/images/myInfo_info_circle.png
Normal file
After Width: | Height: | Size: 959 B |
BIN
static/images/myInfo_setting.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
561
unpackage/dist/dev/app-plus/app-service.js
vendored
495
unpackage/dist/dev/app-plus/app-view.js
vendored
@ -10988,8 +10988,6 @@ try {
|
|||||||
.default,
|
.default,
|
||||||
uButton: __webpack_require__(/*! @/uni_modules/uview-ui/components/u-button/u-button.vue */ 324)
|
uButton: __webpack_require__(/*! @/uni_modules/uview-ui/components/u-button/u-button.vue */ 324)
|
||||||
.default,
|
.default,
|
||||||
uModal: __webpack_require__(/*! @/uni_modules/uview-ui/components/u-modal/u-modal.vue */ 332)
|
|
||||||
.default,
|
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
if (
|
if (
|
||||||
@ -11027,12 +11025,16 @@ var render = function () {
|
|||||||
_c(
|
_c(
|
||||||
"uni-view",
|
"uni-view",
|
||||||
{ staticClass: _vm._$g(3, "sc"), attrs: { _i: 3 } },
|
{ staticClass: _vm._$g(3, "sc"), attrs: { _i: 3 } },
|
||||||
|
[
|
||||||
|
_c(
|
||||||
|
"uni-view",
|
||||||
|
{ staticClass: _vm._$g(4, "sc"), attrs: { _i: 4 } },
|
||||||
[
|
[
|
||||||
_c("v-uni-image", {
|
_c("v-uni-image", {
|
||||||
staticClass: _vm._$g(4, "sc"),
|
staticClass: _vm._$g(5, "sc"),
|
||||||
attrs: {
|
attrs: {
|
||||||
src: "/static/images/myInfo/default_sculpture.png",
|
src: "/static/images/myInfo/default_sculpture.png",
|
||||||
_i: 4,
|
_i: 5,
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
],
|
],
|
||||||
@ -11041,10 +11043,6 @@ var render = function () {
|
|||||||
],
|
],
|
||||||
1
|
1
|
||||||
),
|
),
|
||||||
_c(
|
|
||||||
"uni-view",
|
|
||||||
{ staticClass: _vm._$g(5, "sc"), attrs: { _i: 5 } },
|
|
||||||
[
|
|
||||||
_c(
|
_c(
|
||||||
"uni-view",
|
"uni-view",
|
||||||
{ staticClass: _vm._$g(6, "sc"), attrs: { _i: 6 } },
|
{ staticClass: _vm._$g(6, "sc"), attrs: { _i: 6 } },
|
||||||
@ -11052,18 +11050,11 @@ var render = function () {
|
|||||||
_c(
|
_c(
|
||||||
"uni-view",
|
"uni-view",
|
||||||
{ staticClass: _vm._$g(7, "sc"), attrs: { _i: 7 } },
|
{ staticClass: _vm._$g(7, "sc"), attrs: { _i: 7 } },
|
||||||
[_vm._v(_vm._$g(7, "t0-0"))]
|
[
|
||||||
),
|
|
||||||
],
|
|
||||||
1
|
|
||||||
),
|
|
||||||
_c(
|
_c(
|
||||||
"uni-view",
|
"uni-view",
|
||||||
{ staticClass: _vm._$g(8, "sc"), attrs: { _i: 8 } },
|
{ staticClass: _vm._$g(8, "sc"), attrs: { _i: 8 } },
|
||||||
[_vm._v("ID:" + _vm._$g(8, "t0-0"))]
|
[_vm._v(_vm._$g(8, "t0-0"))]
|
||||||
),
|
|
||||||
],
|
|
||||||
1
|
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
1
|
1
|
||||||
@ -11071,7 +11062,14 @@ var render = function () {
|
|||||||
_c(
|
_c(
|
||||||
"uni-view",
|
"uni-view",
|
||||||
{ staticClass: _vm._$g(9, "sc"), attrs: { _i: 9 } },
|
{ staticClass: _vm._$g(9, "sc"), attrs: { _i: 9 } },
|
||||||
[
|
[_vm._v("ID:" + _vm._$g(9, "t0-0"))]
|
||||||
|
),
|
||||||
|
],
|
||||||
|
1
|
||||||
|
),
|
||||||
|
],
|
||||||
|
1
|
||||||
|
),
|
||||||
_c(
|
_c(
|
||||||
"uni-view",
|
"uni-view",
|
||||||
{ staticClass: _vm._$g(10, "sc"), attrs: { _i: 10 } },
|
{ staticClass: _vm._$g(10, "sc"), attrs: { _i: 10 } },
|
||||||
@ -11087,32 +11085,38 @@ var render = function () {
|
|||||||
_c(
|
_c(
|
||||||
"uni-view",
|
"uni-view",
|
||||||
{ staticClass: _vm._$g(13, "sc"), attrs: { _i: 13 } },
|
{ staticClass: _vm._$g(13, "sc"), attrs: { _i: 13 } },
|
||||||
[_vm._v(_vm._$g(13, "t0-0"))]
|
[
|
||||||
),
|
|
||||||
_c(
|
_c(
|
||||||
"uni-view",
|
"uni-view",
|
||||||
{
|
{
|
||||||
staticClass: _vm._$g(14, "sc"),
|
staticClass: _vm._$g(14, "sc"),
|
||||||
attrs: { _i: 14 },
|
attrs: { _i: 14 },
|
||||||
|
},
|
||||||
|
[_vm._v(_vm._$g(14, "t0-0"))]
|
||||||
|
),
|
||||||
|
_c(
|
||||||
|
"uni-view",
|
||||||
|
{
|
||||||
|
staticClass: _vm._$g(15, "sc"),
|
||||||
|
attrs: { _i: 15 },
|
||||||
on: {
|
on: {
|
||||||
click: function ($event) {
|
click: function ($event) {
|
||||||
return _vm.$handleViewEvent($event)
|
return _vm.$handleViewEvent($event)
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
[_vm._v("书币"), _c("u-icon", { attrs: { _i: 15 } })],
|
|
||||||
1
|
|
||||||
),
|
|
||||||
],
|
|
||||||
1
|
|
||||||
),
|
|
||||||
],
|
|
||||||
1
|
|
||||||
),
|
|
||||||
_c(
|
|
||||||
"uni-view",
|
|
||||||
{ staticClass: _vm._$g(16, "sc"), attrs: { _i: 16 } },
|
|
||||||
[
|
[
|
||||||
|
_vm._v("书币"),
|
||||||
|
_c("u-icon", { attrs: { _i: 16 } }),
|
||||||
|
],
|
||||||
|
1
|
||||||
|
),
|
||||||
|
],
|
||||||
|
1
|
||||||
|
),
|
||||||
|
],
|
||||||
|
1
|
||||||
|
),
|
||||||
_c(
|
_c(
|
||||||
"uni-view",
|
"uni-view",
|
||||||
{ staticClass: _vm._$g(17, "sc"), attrs: { _i: 17 } },
|
{ staticClass: _vm._$g(17, "sc"), attrs: { _i: 17 } },
|
||||||
@ -11120,20 +11124,30 @@ var render = function () {
|
|||||||
_c(
|
_c(
|
||||||
"uni-view",
|
"uni-view",
|
||||||
{ staticClass: _vm._$g(18, "sc"), attrs: { _i: 18 } },
|
{ staticClass: _vm._$g(18, "sc"), attrs: { _i: 18 } },
|
||||||
[_vm._v(_vm._$g(18, "t0-0"))]
|
[
|
||||||
),
|
|
||||||
_c(
|
_c(
|
||||||
"uni-view",
|
"uni-view",
|
||||||
{
|
{
|
||||||
staticClass: _vm._$g(19, "sc"),
|
staticClass: _vm._$g(19, "sc"),
|
||||||
attrs: { _i: 19 },
|
attrs: { _i: 19 },
|
||||||
|
},
|
||||||
|
[_vm._v(_vm._$g(19, "t0-0"))]
|
||||||
|
),
|
||||||
|
_c(
|
||||||
|
"uni-view",
|
||||||
|
{
|
||||||
|
staticClass: _vm._$g(20, "sc"),
|
||||||
|
attrs: { _i: 20 },
|
||||||
on: {
|
on: {
|
||||||
click: function ($event) {
|
click: function ($event) {
|
||||||
return _vm.$handleViewEvent($event)
|
return _vm.$handleViewEvent($event)
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
[_vm._v("赠币"), _c("u-icon", { attrs: { _i: 20 } })],
|
[
|
||||||
|
_vm._v("赠币"),
|
||||||
|
_c("u-icon", { attrs: { _i: 21 } }),
|
||||||
|
],
|
||||||
1
|
1
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
@ -11148,8 +11162,8 @@ var render = function () {
|
|||||||
_c(
|
_c(
|
||||||
"uni-view",
|
"uni-view",
|
||||||
{
|
{
|
||||||
staticClass: _vm._$g(21, "sc"),
|
staticClass: _vm._$g(22, "sc"),
|
||||||
attrs: { _i: 21 },
|
attrs: { _i: 22 },
|
||||||
on: {
|
on: {
|
||||||
click: function ($event) {
|
click: function ($event) {
|
||||||
return _vm.$handleViewEvent($event)
|
return _vm.$handleViewEvent($event)
|
||||||
@ -11158,8 +11172,8 @@ var render = function () {
|
|||||||
},
|
},
|
||||||
[
|
[
|
||||||
_c("u-button", {
|
_c("u-button", {
|
||||||
staticClass: _vm._$g(22, "sc"),
|
staticClass: _vm._$g(23, "sc"),
|
||||||
attrs: { _i: 22 },
|
attrs: { _i: 23 },
|
||||||
}),
|
}),
|
||||||
],
|
],
|
||||||
1
|
1
|
||||||
@ -11167,21 +11181,6 @@ var render = function () {
|
|||||||
],
|
],
|
||||||
1
|
1
|
||||||
),
|
),
|
||||||
_c(
|
|
||||||
"uni-view",
|
|
||||||
{ attrs: { _i: 23 } },
|
|
||||||
[
|
|
||||||
_c("u-modal", {
|
|
||||||
attrs: { _i: 24 },
|
|
||||||
on: {
|
|
||||||
cancel: function ($event) {
|
|
||||||
return _vm.$handleViewEvent($event)
|
|
||||||
},
|
|
||||||
confirm: function ($event) {
|
|
||||||
return _vm.$handleViewEvent($event)
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}),
|
|
||||||
],
|
],
|
||||||
1
|
1
|
||||||
),
|
),
|
||||||
@ -11481,264 +11480,9 @@ module.exports = exports;
|
|||||||
|
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
/* 332 */
|
/* 332 */,
|
||||||
/*!*********************************************************************************************!*\
|
/* 333 */,
|
||||||
!*** D:/project_web/app_ancientSayings/uni_modules/uview-ui/components/u-modal/u-modal.vue ***!
|
/* 334 */,
|
||||||
\*********************************************************************************************/
|
|
||||||
/*! no static exports found */
|
|
||||||
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
||||||
|
|
||||||
"use strict";
|
|
||||||
__webpack_require__.r(__webpack_exports__);
|
|
||||||
/* harmony import */ var _u_modal_vue_vue_type_template_id_0156a215_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./u-modal.vue?vue&type=template&id=0156a215&scoped=true& */ 333);
|
|
||||||
/* harmony import */ var _u_modal_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./u-modal.vue?vue&type=script&lang=js& */ 375);
|
|
||||||
/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _u_modal_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__) if(["default"].indexOf(__WEBPACK_IMPORT_KEY__) < 0) (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _u_modal_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__[key]; }) }(__WEBPACK_IMPORT_KEY__));
|
|
||||||
/* harmony import */ var _u_modal_vue_vue_type_style_index_0_id_0156a215_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./u-modal.vue?vue&type=style&index=0&id=0156a215&lang=scss&scoped=true& */ 377);
|
|
||||||
/* harmony import */ var _E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js */ 27);
|
|
||||||
|
|
||||||
var renderjs
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* normalize component */
|
|
||||||
|
|
||||||
var component = Object(_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_3__["default"])(
|
|
||||||
_u_modal_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__["default"],
|
|
||||||
_u_modal_vue_vue_type_template_id_0156a215_scoped_true___WEBPACK_IMPORTED_MODULE_0__["render"],
|
|
||||||
_u_modal_vue_vue_type_template_id_0156a215_scoped_true___WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"],
|
|
||||||
false,
|
|
||||||
null,
|
|
||||||
"0156a215",
|
|
||||||
null,
|
|
||||||
false,
|
|
||||||
_u_modal_vue_vue_type_template_id_0156a215_scoped_true___WEBPACK_IMPORTED_MODULE_0__["components"],
|
|
||||||
renderjs
|
|
||||||
)
|
|
||||||
|
|
||||||
component.options.__file = "uni_modules/uview-ui/components/u-modal/u-modal.vue"
|
|
||||||
/* harmony default export */ __webpack_exports__["default"] = (component.exports);
|
|
||||||
|
|
||||||
/***/ }),
|
|
||||||
/* 333 */
|
|
||||||
/*!****************************************************************************************************************************************!*\
|
|
||||||
!*** D:/project_web/app_ancientSayings/uni_modules/uview-ui/components/u-modal/u-modal.vue?vue&type=template&id=0156a215&scoped=true& ***!
|
|
||||||
\****************************************************************************************************************************************/
|
|
||||||
/*! exports provided: render, staticRenderFns, recyclableRender, components */
|
|
||||||
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
||||||
|
|
||||||
"use strict";
|
|
||||||
__webpack_require__.r(__webpack_exports__);
|
|
||||||
/* harmony import */ var _E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_17_0_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_view_style_js_u_modal_vue_vue_type_template_id_0156a215_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--17-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/view/style.js!./u-modal.vue?vue&type=template&id=0156a215&scoped=true& */ 334);
|
|
||||||
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "render", function() { return _E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_17_0_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_view_style_js_u_modal_vue_vue_type_template_id_0156a215_scoped_true___WEBPACK_IMPORTED_MODULE_0__["render"]; });
|
|
||||||
|
|
||||||
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return _E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_17_0_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_view_style_js_u_modal_vue_vue_type_template_id_0156a215_scoped_true___WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });
|
|
||||||
|
|
||||||
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return _E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_17_0_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_view_style_js_u_modal_vue_vue_type_template_id_0156a215_scoped_true___WEBPACK_IMPORTED_MODULE_0__["recyclableRender"]; });
|
|
||||||
|
|
||||||
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "components", function() { return _E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_17_0_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_filter_modules_template_js_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_view_style_js_u_modal_vue_vue_type_template_id_0156a215_scoped_true___WEBPACK_IMPORTED_MODULE_0__["components"]; });
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/***/ }),
|
|
||||||
/* 334 */
|
|
||||||
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
||||||
!*** ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--17-0!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/filter-modules-template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/view/style.js!D:/project_web/app_ancientSayings/uni_modules/uview-ui/components/u-modal/u-modal.vue?vue&type=template&id=0156a215&scoped=true& ***!
|
|
||||||
\**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
||||||
/*! exports provided: render, staticRenderFns, recyclableRender, components */
|
|
||||||
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
||||||
|
|
||||||
"use strict";
|
|
||||||
__webpack_require__.r(__webpack_exports__);
|
|
||||||
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "render", function() { return render; });
|
|
||||||
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return staticRenderFns; });
|
|
||||||
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return recyclableRender; });
|
|
||||||
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "components", function() { return components; });
|
|
||||||
var components
|
|
||||||
try {
|
|
||||||
components = {
|
|
||||||
uPopup: __webpack_require__(/*! @/uni_modules/uview-ui/components/u-popup/u-popup.vue */ 335)
|
|
||||||
.default,
|
|
||||||
uLine: __webpack_require__(/*! @/uni_modules/uview-ui/components/u-line/u-line.vue */ 367)
|
|
||||||
.default,
|
|
||||||
uLoadingIcon:
|
|
||||||
__webpack_require__(/*! @/uni_modules/uview-ui/components/u-loading-icon/u-loading-icon.vue */ 52)
|
|
||||||
.default,
|
|
||||||
}
|
|
||||||
} catch (e) {
|
|
||||||
if (
|
|
||||||
e.message.indexOf("Cannot find module") !== -1 &&
|
|
||||||
e.message.indexOf(".vue") !== -1
|
|
||||||
) {
|
|
||||||
console.error(e.message)
|
|
||||||
console.error("1. 排查组件名称拼写是否正确")
|
|
||||||
console.error(
|
|
||||||
"2. 排查组件是否符合 easycom 规范,文档:https://uniapp.dcloud.net.cn/collocation/pages?id=easycom"
|
|
||||||
)
|
|
||||||
console.error(
|
|
||||||
"3. 若组件不符合 easycom 规范,需手动引入,并在 components 中注册该组件"
|
|
||||||
)
|
|
||||||
} else {
|
|
||||||
throw e
|
|
||||||
}
|
|
||||||
}
|
|
||||||
var render = function () {
|
|
||||||
var _vm = this
|
|
||||||
var _h = _vm.$createElement
|
|
||||||
var _c = _vm._self._c || _h
|
|
||||||
return _c(
|
|
||||||
"u-popup",
|
|
||||||
{
|
|
||||||
attrs: { _i: 0 },
|
|
||||||
on: {
|
|
||||||
click: function ($event) {
|
|
||||||
return _vm.$handleViewEvent($event)
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
[
|
|
||||||
_c(
|
|
||||||
"uni-view",
|
|
||||||
{
|
|
||||||
staticClass: _vm._$g(1, "sc"),
|
|
||||||
style: _vm._$g(1, "s"),
|
|
||||||
attrs: { _i: 1 },
|
|
||||||
},
|
|
||||||
[
|
|
||||||
_vm._$g(2, "i")
|
|
||||||
? _c(
|
|
||||||
"v-uni-text",
|
|
||||||
{ staticClass: _vm._$g(2, "sc"), attrs: { _i: 2 } },
|
|
||||||
[_vm._v(_vm._$g(2, "t0-0"))]
|
|
||||||
)
|
|
||||||
: _vm._e(),
|
|
||||||
_c(
|
|
||||||
"uni-view",
|
|
||||||
{
|
|
||||||
staticClass: _vm._$g(3, "sc"),
|
|
||||||
style: _vm._$g(3, "s"),
|
|
||||||
attrs: { _i: 3 },
|
|
||||||
},
|
|
||||||
[
|
|
||||||
_vm._t(
|
|
||||||
"default",
|
|
||||||
[
|
|
||||||
_c(
|
|
||||||
"v-uni-text",
|
|
||||||
{ staticClass: _vm._$g(5, "sc"), attrs: { _i: 5 } },
|
|
||||||
[_vm._v(_vm._$g(5, "t0-0"))]
|
|
||||||
),
|
|
||||||
],
|
|
||||||
{ _i: 4 }
|
|
||||||
),
|
|
||||||
],
|
|
||||||
2
|
|
||||||
),
|
|
||||||
_vm._$g(6, "i")
|
|
||||||
? _c(
|
|
||||||
"uni-view",
|
|
||||||
{ staticClass: _vm._$g(6, "sc"), attrs: { _i: 6 } },
|
|
||||||
[_vm._t("confirmButton", null, { _i: 7 })],
|
|
||||||
2
|
|
||||||
)
|
|
||||||
: [
|
|
||||||
_c("u-line", { attrs: { _i: 9 } }),
|
|
||||||
_c(
|
|
||||||
"uni-view",
|
|
||||||
{
|
|
||||||
staticClass: _vm._$g(10, "sc"),
|
|
||||||
style: _vm._$g(10, "s"),
|
|
||||||
attrs: { _i: 10 },
|
|
||||||
},
|
|
||||||
[
|
|
||||||
_vm._$g(11, "i")
|
|
||||||
? _c(
|
|
||||||
"uni-view",
|
|
||||||
{
|
|
||||||
staticClass: _vm._$g(11, "sc"),
|
|
||||||
class: _vm._$g(11, "c"),
|
|
||||||
attrs: {
|
|
||||||
"hover-stay-time": 150,
|
|
||||||
"hover-class":
|
|
||||||
"u-modal__button-group__wrapper--hover",
|
|
||||||
_i: 11,
|
|
||||||
},
|
|
||||||
on: {
|
|
||||||
click: function ($event) {
|
|
||||||
return _vm.$handleViewEvent($event)
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
[
|
|
||||||
_c(
|
|
||||||
"v-uni-text",
|
|
||||||
{
|
|
||||||
staticClass: _vm._$g(12, "sc"),
|
|
||||||
style: _vm._$g(12, "s"),
|
|
||||||
attrs: { _i: 12 },
|
|
||||||
},
|
|
||||||
[_vm._v(_vm._$g(12, "t0-0"))]
|
|
||||||
),
|
|
||||||
],
|
|
||||||
1
|
|
||||||
)
|
|
||||||
: _vm._e(),
|
|
||||||
_vm._$g(13, "i")
|
|
||||||
? _c("u-line", { attrs: { _i: 13 } })
|
|
||||||
: _vm._e(),
|
|
||||||
_vm._$g(14, "i")
|
|
||||||
? _c(
|
|
||||||
"uni-view",
|
|
||||||
{
|
|
||||||
staticClass: _vm._$g(14, "sc"),
|
|
||||||
class: _vm._$g(14, "c"),
|
|
||||||
attrs: {
|
|
||||||
"hover-stay-time": 150,
|
|
||||||
"hover-class":
|
|
||||||
"u-modal__button-group__wrapper--hover",
|
|
||||||
_i: 14,
|
|
||||||
},
|
|
||||||
on: {
|
|
||||||
click: function ($event) {
|
|
||||||
return _vm.$handleViewEvent($event)
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
[
|
|
||||||
_vm._$g(15, "i")
|
|
||||||
? _c("u-loading-icon", { attrs: { _i: 15 } })
|
|
||||||
: _c(
|
|
||||||
"v-uni-text",
|
|
||||||
{
|
|
||||||
staticClass: _vm._$g(16, "sc"),
|
|
||||||
style: _vm._$g(16, "s"),
|
|
||||||
attrs: { _i: 16 },
|
|
||||||
},
|
|
||||||
[_vm._v(_vm._$g(16, "t0-0"))]
|
|
||||||
),
|
|
||||||
],
|
|
||||||
1
|
|
||||||
)
|
|
||||||
: _vm._e(),
|
|
||||||
],
|
|
||||||
1
|
|
||||||
),
|
|
||||||
],
|
|
||||||
],
|
|
||||||
2
|
|
||||||
),
|
|
||||||
],
|
|
||||||
1
|
|
||||||
)
|
|
||||||
}
|
|
||||||
var recyclableRender = false
|
|
||||||
var staticRenderFns = []
|
|
||||||
render._withStripped = true
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/***/ }),
|
|
||||||
/* 335 */
|
/* 335 */
|
||||||
/*!*********************************************************************************************!*\
|
/*!*********************************************************************************************!*\
|
||||||
!*** D:/project_web/app_ancientSayings/uni_modules/uview-ui/components/u-popup/u-popup.vue ***!
|
!*** D:/project_web/app_ancientSayings/uni_modules/uview-ui/components/u-popup/u-popup.vue ***!
|
||||||
@ -12825,100 +12569,11 @@ module.exports = exports;
|
|||||||
|
|
||||||
|
|
||||||
/***/ }),
|
/***/ }),
|
||||||
/* 375 */
|
/* 375 */,
|
||||||
/*!**********************************************************************************************************************!*\
|
/* 376 */,
|
||||||
!*** D:/project_web/app_ancientSayings/uni_modules/uview-ui/components/u-modal/u-modal.vue?vue&type=script&lang=js& ***!
|
/* 377 */,
|
||||||
\**********************************************************************************************************************/
|
/* 378 */,
|
||||||
/*! no static exports found */
|
/* 379 */,
|
||||||
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
||||||
|
|
||||||
"use strict";
|
|
||||||
__webpack_require__.r(__webpack_exports__);
|
|
||||||
/* harmony import */ var _E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_13_1_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_view_script_js_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_view_style_js_u_modal_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--13-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/view/script.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/view/style.js!./u-modal.vue?vue&type=script&lang=js& */ 376);
|
|
||||||
/* harmony import */ var _E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_13_1_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_view_script_js_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_view_style_js_u_modal_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_13_1_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_view_script_js_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_view_style_js_u_modal_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__);
|
|
||||||
/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_13_1_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_view_script_js_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_view_style_js_u_modal_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__) if(["default"].indexOf(__WEBPACK_IMPORT_KEY__) < 0) (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_13_1_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_view_script_js_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_view_style_js_u_modal_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));
|
|
||||||
/* harmony default export */ __webpack_exports__["default"] = (_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_13_1_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_view_script_js_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_using_components_js_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_view_style_js_u_modal_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0___default.a);
|
|
||||||
|
|
||||||
/***/ }),
|
|
||||||
/* 376 */
|
|
||||||
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
||||||
!*** ./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--13-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/view/script.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/using-components.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/view/style.js!D:/project_web/app_ancientSayings/uni_modules/uview-ui/components/u-modal/u-modal.vue?vue&type=script&lang=js& ***!
|
|
||||||
\*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
||||||
/*! no static exports found */
|
|
||||||
/***/ (function(module, exports, __webpack_require__) {
|
|
||||||
|
|
||||||
"use strict";
|
|
||||||
|
|
||||||
|
|
||||||
Object.defineProperty(exports, "__esModule", {
|
|
||||||
value: true
|
|
||||||
});
|
|
||||||
exports.default = void 0;
|
|
||||||
var _default = {
|
|
||||||
name: "u-modal",
|
|
||||||
data: function data() {
|
|
||||||
return {
|
|
||||||
wxsProps: {}
|
|
||||||
};
|
|
||||||
},
|
|
||||||
components: {}
|
|
||||||
};
|
|
||||||
exports.default = _default;
|
|
||||||
|
|
||||||
/***/ }),
|
|
||||||
/* 377 */
|
|
||||||
/*!*******************************************************************************************************************************************************!*\
|
|
||||||
!*** D:/project_web/app_ancientSayings/uni_modules/uview-ui/components/u-modal/u-modal.vue?vue&type=style&index=0&id=0156a215&lang=scss&scoped=true& ***!
|
|
||||||
\*******************************************************************************************************************************************************/
|
|
||||||
/*! no static exports found */
|
|
||||||
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
||||||
|
|
||||||
"use strict";
|
|
||||||
__webpack_require__.r(__webpack_exports__);
|
|
||||||
/* harmony import */ var _E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_app_vue_style_loader_index_js_ref_8_oneOf_1_0_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_1_1_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_stylePostLoader_js_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_8_oneOf_1_2_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_postcss_loader_src_index_js_ref_8_oneOf_1_3_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_sass_loader_dist_cjs_js_ref_8_oneOf_1_4_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_8_oneOf_1_5_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_view_style_js_u_modal_vue_vue_type_style_index_0_id_0156a215_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/app-vue-style-loader??ref--8-oneOf-1-0!./node_modules/css-loader/dist/cjs.js??ref--8-oneOf-1-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--8-oneOf-1-2!./node_modules/postcss-loader/src??ref--8-oneOf-1-3!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/sass-loader/dist/cjs.js??ref--8-oneOf-1-4!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--8-oneOf-1-5!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/view/style.js!./u-modal.vue?vue&type=style&index=0&id=0156a215&lang=scss&scoped=true& */ 378);
|
|
||||||
/* harmony import */ var _E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_app_vue_style_loader_index_js_ref_8_oneOf_1_0_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_1_1_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_stylePostLoader_js_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_8_oneOf_1_2_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_postcss_loader_src_index_js_ref_8_oneOf_1_3_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_sass_loader_dist_cjs_js_ref_8_oneOf_1_4_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_8_oneOf_1_5_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_view_style_js_u_modal_vue_vue_type_style_index_0_id_0156a215_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_app_vue_style_loader_index_js_ref_8_oneOf_1_0_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_1_1_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_stylePostLoader_js_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_8_oneOf_1_2_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_postcss_loader_src_index_js_ref_8_oneOf_1_3_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_sass_loader_dist_cjs_js_ref_8_oneOf_1_4_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_8_oneOf_1_5_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_view_style_js_u_modal_vue_vue_type_style_index_0_id_0156a215_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0__);
|
|
||||||
/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_app_vue_style_loader_index_js_ref_8_oneOf_1_0_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_1_1_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_stylePostLoader_js_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_8_oneOf_1_2_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_postcss_loader_src_index_js_ref_8_oneOf_1_3_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_sass_loader_dist_cjs_js_ref_8_oneOf_1_4_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_8_oneOf_1_5_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_view_style_js_u_modal_vue_vue_type_style_index_0_id_0156a215_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0__) if(["default"].indexOf(__WEBPACK_IMPORT_KEY__) < 0) (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_app_vue_style_loader_index_js_ref_8_oneOf_1_0_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_1_1_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_stylePostLoader_js_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_8_oneOf_1_2_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_postcss_loader_src_index_js_ref_8_oneOf_1_3_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_sass_loader_dist_cjs_js_ref_8_oneOf_1_4_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_8_oneOf_1_5_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_view_style_js_u_modal_vue_vue_type_style_index_0_id_0156a215_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));
|
|
||||||
/* harmony default export */ __webpack_exports__["default"] = (_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_app_vue_style_loader_index_js_ref_8_oneOf_1_0_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_1_1_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_stylePostLoader_js_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_8_oneOf_1_2_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_postcss_loader_src_index_js_ref_8_oneOf_1_3_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_sass_loader_dist_cjs_js_ref_8_oneOf_1_4_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_8_oneOf_1_5_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_E_Program_Files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_view_style_js_u_modal_vue_vue_type_style_index_0_id_0156a215_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_0___default.a);
|
|
||||||
|
|
||||||
/***/ }),
|
|
||||||
/* 378 */
|
|
||||||
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
||||||
!*** ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/app-vue-style-loader??ref--8-oneOf-1-0!./node_modules/css-loader/dist/cjs.js??ref--8-oneOf-1-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--8-oneOf-1-2!./node_modules/postcss-loader/src??ref--8-oneOf-1-3!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/sass-loader/dist/cjs.js??ref--8-oneOf-1-4!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--8-oneOf-1-5!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/view/style.js!D:/project_web/app_ancientSayings/uni_modules/uview-ui/components/u-modal/u-modal.vue?vue&type=style&index=0&id=0156a215&lang=scss&scoped=true& ***!
|
|
||||||
\*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
||||||
/*! no static exports found */
|
|
||||||
/***/ (function(module, exports, __webpack_require__) {
|
|
||||||
|
|
||||||
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
||||||
|
|
||||||
// load the styles
|
|
||||||
var content = __webpack_require__(/*! !./node_modules/css-loader/dist/cjs.js??ref--8-oneOf-1-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--8-oneOf-1-2!./node_modules/postcss-loader/src??ref--8-oneOf-1-3!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/sass-loader/dist/cjs.js??ref--8-oneOf-1-4!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--8-oneOf-1-5!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/view/style.js!./u-modal.vue?vue&type=style&index=0&id=0156a215&lang=scss&scoped=true& */ 379);
|
|
||||||
if(content.__esModule) content = content.default;
|
|
||||||
if(typeof content === 'string') content = [[module.i, content, '']];
|
|
||||||
if(content.locals) module.exports = content.locals;
|
|
||||||
// add the styles to the DOM
|
|
||||||
var add = __webpack_require__(/*! ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/app-vue-style-loader/lib/addStylesClient.js */ 25).default
|
|
||||||
var update = add("9db76506", content, false, {"sourceMap":false,"shadowMode":false});
|
|
||||||
// Hot Module Replacement
|
|
||||||
if(false) {}
|
|
||||||
|
|
||||||
/***/ }),
|
|
||||||
/* 379 */
|
|
||||||
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
||||||
!*** ./node_modules/css-loader/dist/cjs.js??ref--8-oneOf-1-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--8-oneOf-1-2!./node_modules/postcss-loader/src??ref--8-oneOf-1-3!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/sass-loader/dist/cjs.js??ref--8-oneOf-1-4!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--8-oneOf-1-5!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/view/style.js!D:/project_web/app_ancientSayings/uni_modules/uview-ui/components/u-modal/u-modal.vue?vue&type=style&index=0&id=0156a215&lang=scss&scoped=true& ***!
|
|
||||||
\*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
||||||
/*! no static exports found */
|
|
||||||
/***/ (function(module, exports, __webpack_require__) {
|
|
||||||
|
|
||||||
// Imports
|
|
||||||
var ___CSS_LOADER_API_IMPORT___ = __webpack_require__(/*! ./node_modules/css-loader/dist/runtime/api.js */ 22);
|
|
||||||
exports = ___CSS_LOADER_API_IMPORT___(false);
|
|
||||||
// Module
|
|
||||||
exports.push([module.i, "@charset \"UTF-8\";\r\n/**\r\n * 这里是uni-app内置的常用样式变量\r\n *\r\n * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量\r\n * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App\r\n *\r\n */\r\n/**\r\n * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能\r\n *\r\n * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\r\n */\r\n/* 颜色变量 */\r\n/* 行为相关颜色 */\r\n/* 文字基本颜色 */\r\n/* 背景颜色 */\r\n/* 边框颜色 */\r\n/* 尺寸变量 */\r\n/* 文字尺寸 */\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */\nuni-view[data-v-0156a215], uni-scroll-view[data-v-0156a215], uni-swiper-item[data-v-0156a215] {\r\n display: flex;\r\n flex-direction: column;\r\n flex-shrink: 0;\r\n flex-grow: 0;\r\n flex-basis: auto;\r\n align-items: stretch;\r\n align-content: flex-start;\n}\n.u-modal[data-v-0156a215] {\r\n width: 650rpx;\r\n border-radius: 6px;\r\n overflow: hidden;\n}\n.u-modal__title[data-v-0156a215] {\r\n font-size: 16px;\r\n font-weight: bold;\r\n color: #606266;\r\n text-align: center;\r\n padding-top: 25px;\n}\n.u-modal__content[data-v-0156a215] {\r\n padding: 12px 25px 25px 25px;\r\n display: flex;\r\n flex-direction: row;\r\n justify-content: center;\n}\n.u-modal__content__text[data-v-0156a215] {\r\n font-size: 15px;\r\n color: #606266;\r\n flex: 1;\n}\n.u-modal__button-group[data-v-0156a215] {\r\n display: flex;\r\n flex-direction: row;\n}\n.u-modal__button-group--confirm-button[data-v-0156a215] {\r\n flex-direction: column;\r\n padding: 0px 25px 15px 25px;\n}\n.u-modal__button-group__wrapper[data-v-0156a215] {\r\n flex: 1;\r\n display: flex;\r\n flex-direction: row;\r\n justify-content: center;\r\n align-items: center;\r\n height: 48px;\n}\n.u-modal__button-group__wrapper--confirm[data-v-0156a215], .u-modal__button-group__wrapper--only-cancel[data-v-0156a215] {\r\n border-bottom-right-radius: 6px;\n}\n.u-modal__button-group__wrapper--cancel[data-v-0156a215], .u-modal__button-group__wrapper--only-confirm[data-v-0156a215] {\r\n border-bottom-left-radius: 6px;\n}\n.u-modal__button-group__wrapper--hover[data-v-0156a215] {\r\n background-color: #f3f4f6;\n}\n.u-modal__button-group__wrapper__text[data-v-0156a215] {\r\n color: #606266;\r\n font-size: 16px;\r\n text-align: center;\n}\r\n", ""]);
|
|
||||||
// Exports
|
|
||||||
module.exports = exports;
|
|
||||||
|
|
||||||
|
|
||||||
/***/ }),
|
|
||||||
/* 380 */
|
/* 380 */
|
||||||
/*!*****************************************************************************************************!*\
|
/*!*****************************************************************************************************!*\
|
||||||
!*** D:/project_web/app_ancientSayings/pages/myInfo/myInfo/myUserInfo.vue?vue&type=script&lang=js& ***!
|
!*** D:/project_web/app_ancientSayings/pages/myInfo/myInfo/myUserInfo.vue?vue&type=script&lang=js& ***!
|
||||||
@ -13006,7 +12661,7 @@ if(false) {}
|
|||||||
var ___CSS_LOADER_API_IMPORT___ = __webpack_require__(/*! ./node_modules/css-loader/dist/runtime/api.js */ 22);
|
var ___CSS_LOADER_API_IMPORT___ = __webpack_require__(/*! ./node_modules/css-loader/dist/runtime/api.js */ 22);
|
||||||
exports = ___CSS_LOADER_API_IMPORT___(false);
|
exports = ___CSS_LOADER_API_IMPORT___(false);
|
||||||
// Module
|
// Module
|
||||||
exports.push([module.i, "@charset \"UTF-8\";\r\n/**\r\n * 这里是uni-app内置的常用样式变量\r\n *\r\n * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量\r\n * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App\r\n *\r\n */\r\n/**\r\n * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能\r\n *\r\n * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\r\n */\r\n/* 颜色变量 */\r\n/* 行为相关颜色 */\r\n/* 文字基本颜色 */\r\n/* 背景颜色 */\r\n/* 边框颜色 */\r\n/* 尺寸变量 */\r\n/* 文字尺寸 */\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */\n.image[data-v-bf27ef84] {\r\n display: block;\r\n width: 100%;\r\n height: 100%;\n}\n.myUserInfo_content[data-v-bf27ef84] {\r\n width: 100%;\r\n height: 100%;\r\n display: flex;\r\n flex-direction: column;\r\n justify-content: space-between;\n}\n.myUserInfo_content ._info_user_information[data-v-bf27ef84] {\r\n display: flex;\r\n align-items: center;\n}\n.myUserInfo_content ._info_user_information ._information_left ._information_left_sculpture[data-v-bf27ef84] {\r\n width: 120rpx;\r\n height: 120rpx;\n}\n.myUserInfo_content ._info_user_information ._information_right[data-v-bf27ef84] {\r\n margin-left: 36rpx;\n}\n.myUserInfo_content ._info_user_information ._information_right ._information_right_name_box[data-v-bf27ef84] {\r\n display: flex;\r\n align-items: center;\n}\n.myUserInfo_content ._info_user_information ._information_right ._information_right_name_box ._information_right_name[data-v-bf27ef84] {\r\n font-size: 40rpx;\r\n font-weight: 700;\r\n line-height: 1;\r\n max-width: 400rpx;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n text-overflow: ellipsis;\n}\n.myUserInfo_content ._info_user_information ._information_right ._information_right_name_box ._information_right_vip[data-v-bf27ef84] {\r\n width: 36rpx;\r\n height: 36rpx;\r\n margin-left: 8rpx;\n}\n.myUserInfo_content ._info_user_information ._information_right ._information_right_userId[data-v-bf27ef84] {\r\n font-size: 26rpx;\r\n color: #888888;\r\n margin-top: 16rpx;\n}\n.myUserInfo_content ._info_box_money[data-v-bf27ef84] {\r\n display: flex;\r\n justify-content: space-between;\r\n align-items: center;\n}\n.myUserInfo_content ._info_box_money ._money_coin_info[data-v-bf27ef84] {\r\n flex: 1;\r\n padding-right: 26rpx;\r\n display: flex;\n}\n.myUserInfo_content ._info_box_money ._money_coin_info ._book_coin[data-v-bf27ef84] {\r\n flex: 1;\r\n display: flex;\n}\n.myUserInfo_content ._info_box_money ._money_coin_info ._book_coin ._book_coin_box[data-v-bf27ef84] {\r\n display: flex;\r\n flex-direction: column;\n}\n.myUserInfo_content ._info_box_money ._money_coin_info ._book_coin ._book_coin_box ._coin_num[data-v-bf27ef84] {\r\n font-size: 36rpx;\r\n color: #FF728F;\r\n margin-left: 18rpx;\n}\n.myUserInfo_content ._info_box_money ._money_coin_info ._book_coin ._book_coin_box ._coin_name[data-v-bf27ef84] {\r\n display: flex;\r\n font-size: 26rpx;\r\n color: #666666;\n}\n.myUserInfo_content ._info_box_money ._money_recharge_btn[data-v-bf27ef84] {\r\n width: 148rpx;\n}\n.myUserInfo_content ._info_box_money ._money_recharge_btn .u-button[data-v-bf27ef84] {\r\n height: 66rpx;\n}\r\n", ""]);
|
exports.push([module.i, "@charset \"UTF-8\";\r\n/**\r\n * 这里是uni-app内置的常用样式变量\r\n *\r\n * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量\r\n * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App\r\n *\r\n */\r\n/**\r\n * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能\r\n *\r\n * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\r\n */\r\n/* 颜色变量 */\r\n/* 行为相关颜色 */\r\n/* 文字基本颜色 */\r\n/* 背景颜色 */\r\n/* 边框颜色 */\r\n/* 尺寸变量 */\r\n/* 文字尺寸 */\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */\n.image[data-v-bf27ef84] {\r\n display: block;\r\n width: 100%;\r\n height: 100%;\n}\n.myUserInfo_content[data-v-bf27ef84] {\r\n width: 100%;\r\n height: 100%;\n}\n.myUserInfo_content .myUserInfo_body[data-v-bf27ef84] {\r\n width: 100%;\r\n height: 100%;\r\n display: flex;\r\n flex-direction: column;\r\n justify-content: space-between;\n}\n.myUserInfo_content .myUserInfo_body ._info_user_information[data-v-bf27ef84] {\r\n display: flex;\r\n align-items: center;\n}\n.myUserInfo_content .myUserInfo_body ._info_user_information ._information_left ._information_left_sculpture[data-v-bf27ef84] {\r\n width: 120rpx;\r\n height: 120rpx;\n}\n.myUserInfo_content .myUserInfo_body ._info_user_information ._information_right[data-v-bf27ef84] {\r\n margin-left: 36rpx;\n}\n.myUserInfo_content .myUserInfo_body ._info_user_information ._information_right ._information_right_name_box[data-v-bf27ef84] {\r\n display: flex;\r\n align-items: center;\n}\n.myUserInfo_content .myUserInfo_body ._info_user_information ._information_right ._information_right_name_box ._information_right_name[data-v-bf27ef84] {\r\n font-size: 40rpx;\r\n font-weight: 700;\r\n line-height: 1;\r\n max-width: 400rpx;\r\n white-space: nowrap;\r\n overflow: hidden;\r\n text-overflow: ellipsis;\n}\n.myUserInfo_content .myUserInfo_body ._info_user_information ._information_right ._information_right_name_box ._information_right_vip[data-v-bf27ef84] {\r\n width: 36rpx;\r\n height: 36rpx;\r\n margin-left: 8rpx;\n}\n.myUserInfo_content .myUserInfo_body ._info_user_information ._information_right ._information_right_userId[data-v-bf27ef84] {\r\n font-size: 26rpx;\r\n color: #888888;\r\n margin-top: 16rpx;\n}\n.myUserInfo_content .myUserInfo_body ._info_box_money[data-v-bf27ef84] {\r\n display: flex;\r\n justify-content: space-between;\r\n align-items: center;\n}\n.myUserInfo_content .myUserInfo_body ._info_box_money ._money_coin_info[data-v-bf27ef84] {\r\n flex: 1;\r\n padding-right: 26rpx;\r\n display: flex;\n}\n.myUserInfo_content .myUserInfo_body ._info_box_money ._money_coin_info ._book_coin[data-v-bf27ef84] {\r\n flex: 1;\r\n display: flex;\n}\n.myUserInfo_content .myUserInfo_body ._info_box_money ._money_coin_info ._book_coin ._book_coin_box[data-v-bf27ef84] {\r\n display: flex;\r\n flex-direction: column;\n}\n.myUserInfo_content .myUserInfo_body ._info_box_money ._money_coin_info ._book_coin ._book_coin_box ._coin_num[data-v-bf27ef84] {\r\n font-size: 36rpx;\r\n color: #FF728F;\r\n margin-left: 18rpx;\n}\n.myUserInfo_content .myUserInfo_body ._info_box_money ._money_coin_info ._book_coin ._book_coin_box ._coin_name[data-v-bf27ef84] {\r\n display: flex;\r\n font-size: 26rpx;\r\n color: #666666;\n}\n.myUserInfo_content .myUserInfo_body ._info_box_money ._money_recharge_btn[data-v-bf27ef84] {\r\n width: 148rpx;\n}\n.myUserInfo_content .myUserInfo_body ._info_box_money ._money_recharge_btn .u-button[data-v-bf27ef84] {\r\n height: 66rpx;\n}\r\n", ""]);
|
||||||
// Exports
|
// Exports
|
||||||
module.exports = exports;
|
module.exports = exports;
|
||||||
|
|
||||||
@ -13353,8 +13008,6 @@ try {
|
|||||||
.default,
|
.default,
|
||||||
uCell: __webpack_require__(/*! @/uni_modules/uview-ui/components/u-cell/u-cell.vue */ 404)
|
uCell: __webpack_require__(/*! @/uni_modules/uview-ui/components/u-cell/u-cell.vue */ 404)
|
||||||
.default,
|
.default,
|
||||||
uIcon: __webpack_require__(/*! @/uni_modules/uview-ui/components/u-icon/u-icon.vue */ 89)
|
|
||||||
.default,
|
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
if (
|
if (
|
||||||
@ -13385,24 +13038,7 @@ var render = function () {
|
|||||||
"u-cell-group",
|
"u-cell-group",
|
||||||
{ attrs: { _i: 1 } },
|
{ attrs: { _i: 1 } },
|
||||||
_vm._l(_vm._$g(2, "f"), function (m, idx, $20, $30) {
|
_vm._l(_vm._$g(2, "f"), function (m, idx, $20, $30) {
|
||||||
return _c("u-cell", {
|
return _c("u-cell", { key: m, attrs: { _i: "2-" + $30 } })
|
||||||
key: m,
|
|
||||||
attrs: { _i: "2-" + $30 },
|
|
||||||
scopedSlots: _vm._u(
|
|
||||||
[
|
|
||||||
{
|
|
||||||
key: "icon",
|
|
||||||
fn: function (_empty_, _svm, _si) {
|
|
||||||
return [
|
|
||||||
_c("u-icon", { attrs: { _i: "4-" + $30 + "-" + _si } }),
|
|
||||||
]
|
|
||||||
},
|
|
||||||
},
|
|
||||||
],
|
|
||||||
null,
|
|
||||||
true
|
|
||||||
),
|
|
||||||
})
|
|
||||||
}),
|
}),
|
||||||
1
|
1
|
||||||
),
|
),
|
||||||
@ -14080,7 +13716,7 @@ if(false) {}
|
|||||||
var ___CSS_LOADER_API_IMPORT___ = __webpack_require__(/*! ./node_modules/css-loader/dist/runtime/api.js */ 22);
|
var ___CSS_LOADER_API_IMPORT___ = __webpack_require__(/*! ./node_modules/css-loader/dist/runtime/api.js */ 22);
|
||||||
exports = ___CSS_LOADER_API_IMPORT___(false);
|
exports = ___CSS_LOADER_API_IMPORT___(false);
|
||||||
// Module
|
// Module
|
||||||
exports.push([module.i, "@charset \"UTF-8\";\r\n/**\r\n * 这里是uni-app内置的常用样式变量\r\n *\r\n * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量\r\n * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App\r\n *\r\n */\r\n/**\r\n * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能\r\n *\r\n * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\r\n */\r\n/* 颜色变量 */\r\n/* 行为相关颜色 */\r\n/* 文字基本颜色 */\r\n/* 背景颜色 */\r\n/* 边框颜色 */\r\n/* 尺寸变量 */\r\n/* 文字尺寸 */\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */\n.otherCellInfo[data-v-45f38017] {\r\n width: 100%;\n}\r\n", ""]);
|
exports.push([module.i, "@charset \"UTF-8\";\r\n/**\r\n * 这里是uni-app内置的常用样式变量\r\n *\r\n * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量\r\n * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App\r\n *\r\n */\r\n/**\r\n * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能\r\n *\r\n * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\r\n */\r\n/* 颜色变量 */\r\n/* 行为相关颜色 */\r\n/* 文字基本颜色 */\r\n/* 背景颜色 */\r\n/* 边框颜色 */\r\n/* 尺寸变量 */\r\n/* 文字尺寸 */\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */\n.is_image[data-v-45f38017] {\r\n display: block;\r\n width: 100%;\r\n height: 100%;\n}\n.otherCellInfo_content .otherCellInfo[data-v-45f38017] {\r\n width: 100%;\n}\n.otherCellInfo_content .otherCellInfo .my_icon_box[data-v-45f38017] {\r\n width: 48rpx;\r\n height: 48rpx;\n}\r\n", ""]);
|
||||||
// Exports
|
// Exports
|
||||||
module.exports = exports;
|
module.exports = exports;
|
||||||
|
|
||||||
@ -19076,6 +18712,9 @@ var render = function () {
|
|||||||
clickTo: function ($event) {
|
clickTo: function ($event) {
|
||||||
return _vm.$handleViewEvent($event)
|
return _vm.$handleViewEvent($event)
|
||||||
},
|
},
|
||||||
|
change: function ($event) {
|
||||||
|
return _vm.$handleViewEvent($event)
|
||||||
|
},
|
||||||
},
|
},
|
||||||
scopedSlots: _vm._u([
|
scopedSlots: _vm._u([
|
||||||
{
|
{
|
||||||
|
BIN
unpackage/dist/dev/app-plus/static/images/Group 41676 (1).png
vendored
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
unpackage/dist/dev/app-plus/static/images/Group 41691 (1).png
vendored
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
unpackage/dist/dev/app-plus/static/images/Info Square.png
vendored
Normal file
After Width: | Height: | Size: 959 B |
BIN
unpackage/dist/dev/app-plus/static/images/myInfo_chat.png
vendored
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
unpackage/dist/dev/app-plus/static/images/myInfo_info_circle.png
vendored
Normal file
After Width: | Height: | Size: 959 B |
BIN
unpackage/dist/dev/app-plus/static/images/myInfo_setting.png
vendored
Normal file
After Width: | Height: | Size: 1.7 KiB |