优化
@ -12,8 +12,6 @@
|
||||
</view>
|
||||
</view>
|
||||
<view class="_book_operate_all">
|
||||
|
||||
|
||||
<view v-if="bookcase == 1" :class="['operate_all_add_bookshelf', 'active' ]">
|
||||
已加入书架
|
||||
</view>
|
||||
|
@ -32,7 +32,6 @@
|
||||
};
|
||||
},
|
||||
onLoad(options) {
|
||||
console.log(options,"=================")
|
||||
// this.bookTitle = options.t;
|
||||
this.bookSid = options.sid;
|
||||
this.chapterorder = options.c;
|
||||
@ -59,7 +58,7 @@
|
||||
uni.hideLoading();
|
||||
if (res.status == 1) {
|
||||
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) => {
|
||||
|
@ -50,10 +50,11 @@
|
||||
const toPath = this.toPath;
|
||||
let toPathUrl = ''
|
||||
const toPathObj = {
|
||||
'1': `/pages/novelReading/novelReading`
|
||||
'1': `/pages/novelReading/novelReading?sid=${bookSid}&id=${bookId}&c=${chapterorder}`,
|
||||
'2':`/pages/myInfo/myInfo/index`
|
||||
}
|
||||
if (toPathObj[toPath]) {
|
||||
toPathUrl = `${toPathObj[toPath]}?&sid=${bookSid}i=${bookId}&c=${chapterorder}`
|
||||
toPathUrl = `${toPathObj[toPath]}`
|
||||
} else {
|
||||
toPathUrl = `/pages/bookCity/bookCity/index`
|
||||
}
|
||||
|
@ -41,8 +41,6 @@
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
||||
|
||||
}
|
||||
},
|
||||
onShow() {
|
||||
|
@ -1,55 +1,57 @@
|
||||
<template>
|
||||
<view class="myUserInfo_content">
|
||||
<view class="_info_user_information">
|
||||
<view class="_information_left">
|
||||
<view class="_information_left_sculpture">
|
||||
<image class="image" src="@/static/images/myInfo/default_sculpture.png"></image>
|
||||
<view class="myUserInfo_body">
|
||||
<view class="_info_user_information">
|
||||
<view class="_information_left">
|
||||
<view class="_information_left_sculpture">
|
||||
<image class="image" src="@/static/images/myInfo/default_sculpture.png"></image>
|
||||
</view>
|
||||
</view>
|
||||
<view class="_information_right">
|
||||
<view class="_information_right_name_box">
|
||||
<view class="_information_right_name">{{userInfo.nickname}}</view>
|
||||
<!-- <view class="_information_right_vip">
|
||||
<image class="image" :src="usersVipImage"></image>
|
||||
</view> -->
|
||||
</view>
|
||||
<view class="_information_right_userId">ID:{{userInfo.uid}}</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="_information_right">
|
||||
<view class="_information_right_name_box">
|
||||
<view class="_information_right_name">{{userInfo.nickname}}</view>
|
||||
<!-- <view class="_information_right_vip">
|
||||
<image class="image" :src="usersVipImage"></image>
|
||||
</view> -->
|
||||
</view>
|
||||
<view class="_information_right_userId">ID:{{userInfo.uid}}</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="_info_box_money">
|
||||
<view class="_money_coin_info">
|
||||
<view class="_book_coin">
|
||||
<view class="_book_coin_box">
|
||||
<view class="_coin_num">
|
||||
{{userInfo.egold || '0'}}
|
||||
<view class="_info_box_money">
|
||||
<view class="_money_coin_info">
|
||||
<view class="_book_coin">
|
||||
<view class="_book_coin_box">
|
||||
<view class="_coin_num">
|
||||
{{userInfo.egold || '0'}}
|
||||
</view>
|
||||
<view class="_coin_name" @tap="toBookCoinDetail">
|
||||
书币
|
||||
<u-icon name="arrow-right" size="24rpx" />
|
||||
</view>
|
||||
</view>
|
||||
<view class="_coin_name" @tap="toBookCoinDetail">
|
||||
书币
|
||||
<u-icon name="arrow-right" size="24rpx" />
|
||||
</view>
|
||||
<view class="_book_coin">
|
||||
<view class="_book_coin_box">
|
||||
<view class="_coin_num">
|
||||
{{userInfo.zb || '0'}}
|
||||
</view>
|
||||
<view class="_coin_name" @tap="toGiveCoinDetail">
|
||||
赠币
|
||||
<u-icon name="arrow-right" size="24rpx" />
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="_book_coin">
|
||||
<view class="_book_coin_box">
|
||||
<view class="_coin_num">
|
||||
{{userInfo.zb || '0'}}
|
||||
</view>
|
||||
<view class="_coin_name" @tap="toGiveCoinDetail">
|
||||
赠币
|
||||
<u-icon name="arrow-right" size="24rpx" />
|
||||
</view>
|
||||
</view>
|
||||
<view class="_money_recharge_btn" @tap="toVoucherCenter">
|
||||
<u-button type="primary" text="充值" shape="circle"
|
||||
color="linear-gradient(to right, #FF2E53, #FF6086)" class="_money_up_button"></u-button>
|
||||
</view>
|
||||
</view>
|
||||
<view class="_money_recharge_btn" @tap="toVoucherCenter">
|
||||
<u-button type="primary" text="充值" shape="circle" color="linear-gradient(to right, #FF2E53, #FF6086)"
|
||||
class="_money_up_button"></u-button>
|
||||
</view>
|
||||
</view>
|
||||
<view class="">
|
||||
<!-- <view class="">
|
||||
<u-modal :show="showModal" title="提示" content='还未登录,请登录...' :showCancelButton="true" @cancel="modalCancel"
|
||||
@confirm="modalConfirm" />
|
||||
</view>
|
||||
</view> -->
|
||||
</view>
|
||||
</template>
|
||||
|
||||
@ -86,13 +88,19 @@
|
||||
url: `/pages/voucherCenter/index`
|
||||
})
|
||||
} else {
|
||||
this.showModal = true;
|
||||
uni.navigateTo({
|
||||
url: `/pages/login/login?to=2`
|
||||
})
|
||||
// this.showModal = true;
|
||||
// uni.showModal({
|
||||
// title:''
|
||||
// })
|
||||
}
|
||||
|
||||
},
|
||||
modalCancel() {
|
||||
this.showModal = false;
|
||||
},
|
||||
// modalCancel() {
|
||||
// this.showModal = false;
|
||||
// },
|
||||
modalConfirm() {
|
||||
uni.navigateTo({
|
||||
url: `/pages/login/login`,
|
||||
@ -131,92 +139,97 @@
|
||||
.myUserInfo_content {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
|
||||
._info_user_information {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
._information_left {
|
||||
._information_left_sculpture {
|
||||
width: 120rpx;
|
||||
height: 120rpx;
|
||||
}
|
||||
}
|
||||
|
||||
._information_right {
|
||||
margin-left: 36rpx;
|
||||
|
||||
._information_right_name_box {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
._information_right_name {
|
||||
font-size: 40rpx;
|
||||
font-weight: 700;
|
||||
line-height: 1;
|
||||
max-width: 400rpx;
|
||||
white-space: nowrap; //不支持换行
|
||||
overflow: hidden; //隐藏多出部分文字
|
||||
text-overflow: ellipsis; //用省略号代替多出部分文字
|
||||
|
||||
}
|
||||
|
||||
._information_right_vip {
|
||||
width: 36rpx;
|
||||
height: 36rpx;
|
||||
margin-left: 8rpx;
|
||||
}
|
||||
}
|
||||
|
||||
._information_right_userId {
|
||||
font-size: 26rpx;
|
||||
color: #888888;
|
||||
margin-top: 16rpx;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
._info_box_money {
|
||||
.myUserInfo_body {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
|
||||
._money_coin_info {
|
||||
flex: 1;
|
||||
padding-right: 26rpx;
|
||||
._info_user_information {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
._book_coin {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
._information_left {
|
||||
._information_left_sculpture {
|
||||
width: 120rpx;
|
||||
height: 120rpx;
|
||||
}
|
||||
}
|
||||
|
||||
._book_coin_box {
|
||||
._information_right {
|
||||
margin-left: 36rpx;
|
||||
|
||||
._information_right_name_box {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
|
||||
._information_right_name {
|
||||
font-size: 40rpx;
|
||||
font-weight: 700;
|
||||
line-height: 1;
|
||||
max-width: 400rpx;
|
||||
white-space: nowrap; //不支持换行
|
||||
overflow: hidden; //隐藏多出部分文字
|
||||
text-overflow: ellipsis; //用省略号代替多出部分文字
|
||||
|
||||
._coin_num {
|
||||
font-size: 36rpx;
|
||||
color: #FF728F;
|
||||
margin-left: 18rpx;
|
||||
}
|
||||
|
||||
._coin_name {
|
||||
display: flex;
|
||||
font-size: 26rpx;
|
||||
color: #666666;
|
||||
._information_right_vip {
|
||||
width: 36rpx;
|
||||
height: 36rpx;
|
||||
margin-left: 8rpx;
|
||||
}
|
||||
}
|
||||
|
||||
._information_right_userId {
|
||||
font-size: 26rpx;
|
||||
color: #888888;
|
||||
margin-top: 16rpx;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
._money_recharge_btn {
|
||||
width: 148rpx;
|
||||
._info_box_money {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
|
||||
.u-button {
|
||||
height: 66rpx;
|
||||
._money_coin_info {
|
||||
flex: 1;
|
||||
padding-right: 26rpx;
|
||||
display: flex;
|
||||
|
||||
._book_coin {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
|
||||
._book_coin_box {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
._coin_num {
|
||||
font-size: 36rpx;
|
||||
color: #FF728F;
|
||||
margin-left: 18rpx;
|
||||
}
|
||||
|
||||
._coin_name {
|
||||
display: flex;
|
||||
font-size: 26rpx;
|
||||
color: #666666;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
._money_recharge_btn {
|
||||
width: 148rpx;
|
||||
|
||||
.u-button {
|
||||
height: 66rpx;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -2,22 +2,28 @@
|
||||
<view class="otherCellInfo_content">
|
||||
<u-cell-group :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">
|
||||
<template #icon>
|
||||
<u-icon :size="m.size" :name="m.icon" />
|
||||
</template>
|
||||
:titleStyle="m.titleStyle" size="large" :url="m.toPath" :icon="m.icon">
|
||||
<!-- <template > -->
|
||||
<!-- <u-icon :size="m.size" :name="m.icon" /> -->
|
||||
<!-- <view solt="value" class="my_icon_box">
|
||||
<image :src="m.icon" class="is_image" />
|
||||
</view> -->
|
||||
<!-- </template> -->
|
||||
</u-cell>
|
||||
</u-cell-group>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<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 {
|
||||
data() {
|
||||
return {
|
||||
otherSteUpList: [{
|
||||
title: '联系客服',
|
||||
icon: 'chat',
|
||||
icon: myInfo_chat,
|
||||
size: 26,
|
||||
titleStyle: {
|
||||
fontSize: '32rpx',
|
||||
@ -26,7 +32,7 @@
|
||||
},
|
||||
{
|
||||
title: '关于我们',
|
||||
icon: 'info-circle',
|
||||
icon: myInfo_info_circle,
|
||||
size: 26,
|
||||
titleStyle: {
|
||||
fontSize: '32rpx',
|
||||
@ -36,7 +42,7 @@
|
||||
},
|
||||
{
|
||||
title: '设置',
|
||||
icon: 'setting',
|
||||
icon: myInfo_setting,
|
||||
size: 26,
|
||||
titleStyle: {
|
||||
fontSize: '32rpx',
|
||||
@ -51,7 +57,20 @@
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.otherCellInfo {
|
||||
.is_image {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.otherCellInfo_content {
|
||||
.otherCellInfo {
|
||||
width: 100%;
|
||||
|
||||
.my_icon_box {
|
||||
width: 48rpx;
|
||||
height: 48rpx;
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
@ -3,15 +3,14 @@
|
||||
<!-- -->
|
||||
<!-- @tap="handelShowStepUp" -->
|
||||
<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">
|
||||
<yingbing-ReadPage style="height: 100%;" ref="yingbingReadPage" :footerShow="true"
|
||||
:page-type="charactersPageType" :font-size="newCharactersSize" :enableClick="true"
|
||||
:line-height="defaultCharactersLineHeight" :color="novelContentColor" :bg-color="bodyReadingBg"
|
||||
:slide="20" :enablePreload="false" @loadmore="loadmoreContent"
|
||||
@clickTo="handelShowStepUp" :clickOption="{width:200,height: 400,left:'auto',top:'auto'}"
|
||||
:topGap="0" :bottomGap="20"
|
||||
>
|
||||
:slide="20" :enablePreload="false" @loadmore="loadmoreContent" @clickTo="handelShowStepUp"
|
||||
:clickOption="{width:200,height: 400,left:'auto',top:'auto'}" :topGap="0" :bottomGap="20"
|
||||
@change="currentChange">
|
||||
<template #test>
|
||||
<view class="balance_con">
|
||||
<rich-text class="balance_con_rich_text"
|
||||
@ -21,10 +20,11 @@
|
||||
<view class="balance_recharge" :style="`background:${bodyReadingBg}`">
|
||||
<view class="balance_tips" :style="`color:${novelContentColor}`">
|
||||
<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="">
|
||||
<text>付费章节,需要购买。</text>
|
||||
<text >{{readChapterInfoObj.price}}</text>
|
||||
<text>{{readChapterInfoObj.price}}</text>
|
||||
<text>书币</text>
|
||||
</view>
|
||||
</view>
|
||||
@ -49,12 +49,15 @@
|
||||
</view>
|
||||
</view>
|
||||
<view class="u_popup_all">
|
||||
<u-popup :show="navbarPopupShow" @close="directoryPopupClose" mode="top" :overlay="false" bgColor="transparent" >
|
||||
<u-navbar :title="navbarTitle" @rightClick="rightClick" :autoBack="true" :fixed="false" :bgColor="mainBodyBg"
|
||||
:titleStyle="{ color: navigationBarTitleTextColor }" :leftIconColor="navigationBarTitleTextBackColor"
|
||||
:shadow="true" :safeAreaInsetTop="true" :placeholder="true" />
|
||||
<u-popup :show="navbarPopupShow" @close="directoryPopupClose" mode="top" :overlay="false"
|
||||
bgColor="transparent">
|
||||
<u-navbar :title="bookInfo.title" @rightClick="rightClick" :autoBack="true" :fixed="false"
|
||||
:bgColor="mainBodyBg" :titleStyle="{ color: navigationBarTitleTextColor }"
|
||||
:leftIconColor="navigationBarTitleTextBackColor" :shadow="true" :safeAreaInsetTop="true"
|
||||
:placeholder="true" />
|
||||
</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_body">
|
||||
<view class="_previous_chapter"
|
||||
@ -89,7 +92,8 @@
|
||||
</view>
|
||||
</view>
|
||||
</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_body">
|
||||
<view class="step_up_item">
|
||||
@ -122,7 +126,7 @@
|
||||
<view style="height: 140rpx" />
|
||||
</view>
|
||||
</u-popup>
|
||||
<!-- <u-popup :show="directoryPopupShow" @close="directoryPopupClose" mode="right" :safeAreaInsetTop="true">
|
||||
<!-- <u-popup :show="directoryPopupShow" @close="directoryPopupClose" mode="right" :safeAreaInsetTop="true">
|
||||
<view class="directory_popup_box">
|
||||
<scroll-view scroll-y="true" @scrolltoupper="directoryPopupUpper"
|
||||
@scrolltolower="directoryPopupLower" :show-scrollbar="false" class="directory_scroll_y">
|
||||
@ -190,7 +194,7 @@
|
||||
readingPopupshow: false,
|
||||
stepUpPopupShow: false,
|
||||
purchaseFullShow: false,
|
||||
navbarPopupShow:false,
|
||||
navbarPopupShow: false,
|
||||
// bar 的icon
|
||||
barPopupIcon: {},
|
||||
dialogTextColor: '',
|
||||
@ -231,48 +235,46 @@
|
||||
const token = myGetStorage('token');
|
||||
this.token = token;
|
||||
const bookSid = this.booksDirectorySid;
|
||||
// const data = {
|
||||
// sid: bookSid,
|
||||
// }
|
||||
// uni.$u.http.post('/bookdetails', data).then((res) => {
|
||||
// uni.hideLoading();
|
||||
// if (res.status == 1) {
|
||||
// const info = res.data.info;
|
||||
// const cover = info.cover.includes('http') ? info.cover : `${config.baseUrl}${info.cover}`;
|
||||
// this.bookInfo = {
|
||||
// ...info,
|
||||
// cover
|
||||
// };
|
||||
// }
|
||||
// }).catch((err) => {
|
||||
// uni.hideLoading();
|
||||
// })
|
||||
const data = {
|
||||
sid: bookSid,
|
||||
}
|
||||
uni.$u.http.post('/bookdetails', data).then((res) => {
|
||||
uni.hideLoading();
|
||||
if (res.status == 1) {
|
||||
const info = res.data.info;
|
||||
const cover = info.cover.includes('http') ? info.cover : `${config.baseUrl}${info.cover}`;
|
||||
this.bookInfo = {
|
||||
...info,
|
||||
cover
|
||||
};
|
||||
}
|
||||
}).catch((err) => {
|
||||
uni.hideLoading();
|
||||
})
|
||||
},
|
||||
methods: {
|
||||
async isGetUserRead() {
|
||||
const booksDirectorySid = this.booksDirectorySid;
|
||||
const booksDirectoryPage = this.booksDirectoryPage;
|
||||
const readChapterid = this.readChapterid ? this.readChapterid : '';
|
||||
const readChapterInfoObj = await this.isGetBookInfo(readChapterid, '', true);
|
||||
this.novelReadingContentText = [readChapterInfoObj];
|
||||
this.readDirectoryActive = readChapterInfoObj.chapterorder;
|
||||
this.readChapterLastid = readChapterInfoObj.lastid;
|
||||
this.readChapterNextid = readChapterInfoObj.nextid;
|
||||
const newReadChapterInfoObj = await this.isGetBookInfo(readChapterid, '');
|
||||
this.novelReadingContentText = [newReadChapterInfoObj];
|
||||
this.readDirectoryActive = newReadChapterInfoObj.chapterorder;
|
||||
this.readChapterLastid = newReadChapterInfoObj.lastid;
|
||||
this.readChapterNextid = newReadChapterInfoObj.nextid;
|
||||
this.$refs.yingbingReadPage.init({
|
||||
contents: [readChapterInfoObj],
|
||||
contents: [newReadChapterInfoObj],
|
||||
start: 0,
|
||||
currentChapter: readChapterInfoObj.chapterorder
|
||||
currentChapter: newReadChapterInfoObj.chapterorder
|
||||
})
|
||||
},
|
||||
isGetBookInfo(chapterId, statusType, isShowLoading = false) {
|
||||
isGetBookInfo(chapterId, statusType, ) {
|
||||
return new Promise((resolve) => {
|
||||
const booksDirectorySid = this.booksDirectorySid;
|
||||
const novelReadingContentText = this.novelReadingContentText;
|
||||
if (isShowLoading) {
|
||||
uni.showLoading({
|
||||
title: '加载中...'
|
||||
});
|
||||
}
|
||||
uni.showLoading({
|
||||
title: '加载中...'
|
||||
});
|
||||
const data = {
|
||||
sid: booksDirectorySid,
|
||||
};
|
||||
@ -309,49 +311,38 @@
|
||||
const newReadChapterLastid = this.readChapterLastid;
|
||||
const newNovelReadingContentText = this.novelReadingContentText;
|
||||
const newReadChapterNextid = this.readChapterNextid;
|
||||
console.log(chapter, newReadDirectoryActive, "loadmoreContent")
|
||||
if (chapter != 1) {
|
||||
if (chapter < newReadDirectoryActive) {
|
||||
const readChapterInfoObj = await this.isGetBookInfo(newReadChapterLastid);
|
||||
this.novelReadingContentText = [...newNovelReadingContentText, readChapterInfoObj];
|
||||
this.readDirectoryActive = chapter;
|
||||
if (readChapterInfoObj.chackpay == 1) {
|
||||
callback('success', readChapterInfoObj)
|
||||
}
|
||||
if (readChapterInfoObj.chackpay == 2 || readChapterInfoObj.chackpay == 3) {
|
||||
const novelContentColor = this.novelContentColor;
|
||||
const newCharactersSize = this.newCharactersSize;
|
||||
const bodyReadingBg = this.bodyReadingBg;
|
||||
const custom = [`slot:test`];
|
||||
const obj = {
|
||||
...readChapterInfoObj,
|
||||
custom,
|
||||
content: ''
|
||||
}
|
||||
callback('success', obj)
|
||||
}
|
||||
if (chapter < newReadDirectoryActive) {
|
||||
const readChapterInfoObj = await this.isGetBookInfo(newReadChapterLastid);
|
||||
this.novelReadingContentText = [...newNovelReadingContentText, readChapterInfoObj];
|
||||
if (readChapterInfoObj.chackpay == 1) {
|
||||
callback('success', readChapterInfoObj);
|
||||
}
|
||||
if (chapter > newReadDirectoryActive) {
|
||||
const readChapterInfoObj = await this.isGetBookInfo(newReadChapterNextid);
|
||||
this.novelReadingContentText = [readChapterInfoObj, ...newNovelReadingContentText];
|
||||
this.readDirectoryActive = chapter;
|
||||
if (readChapterInfoObj.chackpay == 1) {
|
||||
callback('success', readChapterInfoObj)
|
||||
if (readChapterInfoObj.chackpay == 2 || readChapterInfoObj.chackpay == 3) {
|
||||
const custom = [`slot:test`];
|
||||
const obj = {
|
||||
...readChapterInfoObj,
|
||||
custom,
|
||||
content: '',
|
||||
}
|
||||
if (readChapterInfoObj.chackpay == 2 || readChapterInfoObj.chackpay == 3) {
|
||||
const novelContentColor = this.novelContentColor;
|
||||
const newCharactersSize = this.newCharactersSize;
|
||||
const bodyReadingBg = this.bodyReadingBg;
|
||||
const custom = [`slot:test`];
|
||||
const obj = {
|
||||
...readChapterInfoObj,
|
||||
custom,
|
||||
content: ''
|
||||
}
|
||||
callback('success', obj)
|
||||
callback('success', obj);
|
||||
}
|
||||
}
|
||||
if (chapter > newReadDirectoryActive) {
|
||||
const readChapterInfoObj = await this.isGetBookInfo(newReadChapterNextid);
|
||||
this.novelReadingContentText = [readChapterInfoObj, ...newNovelReadingContentText];
|
||||
if (readChapterInfoObj.chackpay == 1) {
|
||||
callback('success', readChapterInfoObj);
|
||||
}
|
||||
if (readChapterInfoObj.chackpay == 2 || readChapterInfoObj.chackpay == 3) {
|
||||
const custom = [`slot:test`];
|
||||
const obj = {
|
||||
...readChapterInfoObj,
|
||||
custom,
|
||||
content: '',
|
||||
}
|
||||
callback('success', obj);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
},
|
||||
currentChange(pageInfo) {
|
||||
@ -360,6 +351,10 @@
|
||||
const itemTemp = novelReadingContentText.filter((m) => m.chapter == chapter);
|
||||
this.readChapterLastid = itemTemp[0].lastid;
|
||||
this.readChapterNextid = itemTemp[0].nextid;
|
||||
this.readingPopupshow = false;
|
||||
this.navbarPopupShow = false;
|
||||
this.readDirectoryActive = chapter;
|
||||
this.readChapterInfoObj = itemTemp[0];
|
||||
},
|
||||
async previousChapter() {
|
||||
const newReadDirectoryActive = this.readDirectoryActive;
|
||||
@ -368,17 +363,33 @@
|
||||
if (!newReadChapterLastid) {
|
||||
uni.showToast({
|
||||
icon: 'none',
|
||||
title: "已经是第一章了"
|
||||
title: "已经是第一章了",
|
||||
})
|
||||
return
|
||||
}
|
||||
const readChapterInfoObj = await this.isGetBookInfo(newReadChapterLastid);
|
||||
this.novelReadingContentText = [readChapterInfoObj];
|
||||
this.$refs.yingbingReadPage.init({
|
||||
contents: [readChapterInfoObj],
|
||||
start: 0,
|
||||
currentChapter: newReadDirectoryActive - 1
|
||||
})
|
||||
if (readChapterInfoObj.chackpay == 1) {
|
||||
this.$refs.yingbingReadPage.init({
|
||||
contents: [readChapterInfoObj],
|
||||
start: 0,
|
||||
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;
|
||||
},
|
||||
async nextChapter() {
|
||||
@ -394,11 +405,28 @@
|
||||
}
|
||||
const readChapterInfoObj = await this.isGetBookInfo(readChapterNextid);
|
||||
this.novelReadingContentText = [readChapterInfoObj];
|
||||
this.$refs.yingbingReadPage.init({
|
||||
contents: [readChapterInfoObj],
|
||||
start: 0,
|
||||
currentChapter: newReadDirectoryActive + 1
|
||||
})
|
||||
if (readChapterInfoObj.chackpay == 1) {
|
||||
this.$refs.yingbingReadPage.init({
|
||||
contents: [readChapterInfoObj],
|
||||
start: 0,
|
||||
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;
|
||||
},
|
||||
handelDirectoryItem(row) {},
|
||||
@ -692,9 +720,11 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.novelReading_content /deep/.u-navbar {
|
||||
box-shadow: 0 0 10rpx rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
.novelReading_content /deep/.u-navbar__content__title {
|
||||
font-size: 30rpx;
|
||||
}
|
||||
@ -809,8 +839,10 @@
|
||||
width: 100%;
|
||||
box-shadow: 0 0 8rpx rgba(0, 0, 0, 0.2);
|
||||
border-radius: 40rpx;
|
||||
padding-bottom: constant(safe-area-inset-bottom); /* 兼容 iOS 设备 */
|
||||
padding-bottom: env(safe-area-inset-bottom); /* 兼容 iPhone X 及以上设备 */
|
||||
padding-bottom: constant(safe-area-inset-bottom);
|
||||
/* 兼容 iOS 设备 */
|
||||
padding-bottom: env(safe-area-inset-bottom);
|
||||
/* 兼容 iPhone X 及以上设备 */
|
||||
|
||||
.reading_schedule_body {
|
||||
display: flex;
|
||||
@ -849,8 +881,10 @@
|
||||
width: 100%;
|
||||
box-shadow: 0 0 8rpx rgba(0, 0, 0, 0.2);
|
||||
border-radius: 40rpx;
|
||||
padding-bottom: constant(safe-area-inset-bottom); /* 兼容 iOS 设备 */
|
||||
padding-bottom: env(safe-area-inset-bottom); /* 兼容 iPhone X 及以上设备 */
|
||||
padding-bottom: constant(safe-area-inset-bottom);
|
||||
/* 兼容 iOS 设备 */
|
||||
padding-bottom: env(safe-area-inset-bottom);
|
||||
/* 兼容 iPhone X 及以上设备 */
|
||||
|
||||
.step_up_box_body {
|
||||
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 |
679
unpackage/dist/dev/app-plus/app-service.js
vendored
593
unpackage/dist/dev/app-plus/app-view.js
vendored
@ -10988,8 +10988,6 @@ try {
|
||||
.default,
|
||||
uButton: __webpack_require__(/*! @/uni_modules/uview-ui/components/u-button/u-button.vue */ 324)
|
||||
.default,
|
||||
uModal: __webpack_require__(/*! @/uni_modules/uview-ui/components/u-modal/u-modal.vue */ 332)
|
||||
.default,
|
||||
}
|
||||
} catch (e) {
|
||||
if (
|
||||
@ -11028,23 +11026,23 @@ var render = function () {
|
||||
"uni-view",
|
||||
{ staticClass: _vm._$g(3, "sc"), attrs: { _i: 3 } },
|
||||
[
|
||||
_c("v-uni-image", {
|
||||
staticClass: _vm._$g(4, "sc"),
|
||||
attrs: {
|
||||
src: "/static/images/myInfo/default_sculpture.png",
|
||||
_i: 4,
|
||||
},
|
||||
}),
|
||||
_c(
|
||||
"uni-view",
|
||||
{ staticClass: _vm._$g(4, "sc"), attrs: { _i: 4 } },
|
||||
[
|
||||
_c("v-uni-image", {
|
||||
staticClass: _vm._$g(5, "sc"),
|
||||
attrs: {
|
||||
src: "/static/images/myInfo/default_sculpture.png",
|
||||
_i: 5,
|
||||
},
|
||||
}),
|
||||
],
|
||||
1
|
||||
),
|
||||
],
|
||||
1
|
||||
),
|
||||
],
|
||||
1
|
||||
),
|
||||
_c(
|
||||
"uni-view",
|
||||
{ staticClass: _vm._$g(5, "sc"), attrs: { _i: 5 } },
|
||||
[
|
||||
_c(
|
||||
"uni-view",
|
||||
{ staticClass: _vm._$g(6, "sc"), attrs: { _i: 6 } },
|
||||
@ -11052,26 +11050,26 @@ var render = function () {
|
||||
_c(
|
||||
"uni-view",
|
||||
{ staticClass: _vm._$g(7, "sc"), attrs: { _i: 7 } },
|
||||
[_vm._v(_vm._$g(7, "t0-0"))]
|
||||
[
|
||||
_c(
|
||||
"uni-view",
|
||||
{ staticClass: _vm._$g(8, "sc"), attrs: { _i: 8 } },
|
||||
[_vm._v(_vm._$g(8, "t0-0"))]
|
||||
),
|
||||
],
|
||||
1
|
||||
),
|
||||
_c(
|
||||
"uni-view",
|
||||
{ staticClass: _vm._$g(9, "sc"), attrs: { _i: 9 } },
|
||||
[_vm._v("ID:" + _vm._$g(9, "t0-0"))]
|
||||
),
|
||||
],
|
||||
1
|
||||
),
|
||||
_c(
|
||||
"uni-view",
|
||||
{ staticClass: _vm._$g(8, "sc"), attrs: { _i: 8 } },
|
||||
[_vm._v("ID:" + _vm._$g(8, "t0-0"))]
|
||||
),
|
||||
],
|
||||
1
|
||||
),
|
||||
],
|
||||
1
|
||||
),
|
||||
_c(
|
||||
"uni-view",
|
||||
{ staticClass: _vm._$g(9, "sc"), attrs: { _i: 9 } },
|
||||
[
|
||||
_c(
|
||||
"uni-view",
|
||||
{ staticClass: _vm._$g(10, "sc"), attrs: { _i: 10 } },
|
||||
@ -11087,20 +11085,72 @@ var render = function () {
|
||||
_c(
|
||||
"uni-view",
|
||||
{ staticClass: _vm._$g(13, "sc"), attrs: { _i: 13 } },
|
||||
[_vm._v(_vm._$g(13, "t0-0"))]
|
||||
[
|
||||
_c(
|
||||
"uni-view",
|
||||
{
|
||||
staticClass: _vm._$g(14, "sc"),
|
||||
attrs: { _i: 14 },
|
||||
},
|
||||
[_vm._v(_vm._$g(14, "t0-0"))]
|
||||
),
|
||||
_c(
|
||||
"uni-view",
|
||||
{
|
||||
staticClass: _vm._$g(15, "sc"),
|
||||
attrs: { _i: 15 },
|
||||
on: {
|
||||
click: function ($event) {
|
||||
return _vm.$handleViewEvent($event)
|
||||
},
|
||||
},
|
||||
},
|
||||
[
|
||||
_vm._v("书币"),
|
||||
_c("u-icon", { attrs: { _i: 16 } }),
|
||||
],
|
||||
1
|
||||
),
|
||||
],
|
||||
1
|
||||
),
|
||||
],
|
||||
1
|
||||
),
|
||||
_c(
|
||||
"uni-view",
|
||||
{ staticClass: _vm._$g(17, "sc"), attrs: { _i: 17 } },
|
||||
[
|
||||
_c(
|
||||
"uni-view",
|
||||
{
|
||||
staticClass: _vm._$g(14, "sc"),
|
||||
attrs: { _i: 14 },
|
||||
on: {
|
||||
click: function ($event) {
|
||||
return _vm.$handleViewEvent($event)
|
||||
{ staticClass: _vm._$g(18, "sc"), attrs: { _i: 18 } },
|
||||
[
|
||||
_c(
|
||||
"uni-view",
|
||||
{
|
||||
staticClass: _vm._$g(19, "sc"),
|
||||
attrs: { _i: 19 },
|
||||
},
|
||||
},
|
||||
},
|
||||
[_vm._v("书币"), _c("u-icon", { attrs: { _i: 15 } })],
|
||||
[_vm._v(_vm._$g(19, "t0-0"))]
|
||||
),
|
||||
_c(
|
||||
"uni-view",
|
||||
{
|
||||
staticClass: _vm._$g(20, "sc"),
|
||||
attrs: { _i: 20 },
|
||||
on: {
|
||||
click: function ($event) {
|
||||
return _vm.$handleViewEvent($event)
|
||||
},
|
||||
},
|
||||
},
|
||||
[
|
||||
_vm._v("赠币"),
|
||||
_c("u-icon", { attrs: { _i: 21 } }),
|
||||
],
|
||||
1
|
||||
),
|
||||
],
|
||||
1
|
||||
),
|
||||
],
|
||||
@ -11111,77 +11161,26 @@ var render = function () {
|
||||
),
|
||||
_c(
|
||||
"uni-view",
|
||||
{ staticClass: _vm._$g(16, "sc"), attrs: { _i: 16 } },
|
||||
{
|
||||
staticClass: _vm._$g(22, "sc"),
|
||||
attrs: { _i: 22 },
|
||||
on: {
|
||||
click: function ($event) {
|
||||
return _vm.$handleViewEvent($event)
|
||||
},
|
||||
},
|
||||
},
|
||||
[
|
||||
_c(
|
||||
"uni-view",
|
||||
{ staticClass: _vm._$g(17, "sc"), attrs: { _i: 17 } },
|
||||
[
|
||||
_c(
|
||||
"uni-view",
|
||||
{ staticClass: _vm._$g(18, "sc"), attrs: { _i: 18 } },
|
||||
[_vm._v(_vm._$g(18, "t0-0"))]
|
||||
),
|
||||
_c(
|
||||
"uni-view",
|
||||
{
|
||||
staticClass: _vm._$g(19, "sc"),
|
||||
attrs: { _i: 19 },
|
||||
on: {
|
||||
click: function ($event) {
|
||||
return _vm.$handleViewEvent($event)
|
||||
},
|
||||
},
|
||||
},
|
||||
[_vm._v("赠币"), _c("u-icon", { attrs: { _i: 20 } })],
|
||||
1
|
||||
),
|
||||
],
|
||||
1
|
||||
),
|
||||
_c("u-button", {
|
||||
staticClass: _vm._$g(23, "sc"),
|
||||
attrs: { _i: 23 },
|
||||
}),
|
||||
],
|
||||
1
|
||||
),
|
||||
],
|
||||
1
|
||||
),
|
||||
_c(
|
||||
"uni-view",
|
||||
{
|
||||
staticClass: _vm._$g(21, "sc"),
|
||||
attrs: { _i: 21 },
|
||||
on: {
|
||||
click: function ($event) {
|
||||
return _vm.$handleViewEvent($event)
|
||||
},
|
||||
},
|
||||
},
|
||||
[
|
||||
_c("u-button", {
|
||||
staticClass: _vm._$g(22, "sc"),
|
||||
attrs: { _i: 22 },
|
||||
}),
|
||||
],
|
||||
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
|
||||
),
|
||||
@ -11481,264 +11480,9 @@ module.exports = exports;
|
||||
|
||||
|
||||
/***/ }),
|
||||
/* 332 */
|
||||
/*!*********************************************************************************************!*\
|
||||
!*** D:/project_web/app_ancientSayings/uni_modules/uview-ui/components/u-modal/u-modal.vue ***!
|
||||
\*********************************************************************************************/
|
||||
/*! 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
|
||||
|
||||
|
||||
|
||||
/***/ }),
|
||||
/* 332 */,
|
||||
/* 333 */,
|
||||
/* 334 */,
|
||||
/* 335 */
|
||||
/*!*********************************************************************************************!*\
|
||||
!*** D:/project_web/app_ancientSayings/uni_modules/uview-ui/components/u-popup/u-popup.vue ***!
|
||||
@ -12825,100 +12569,11 @@ module.exports = exports;
|
||||
|
||||
|
||||
/***/ }),
|
||||
/* 375 */
|
||||
/*!**********************************************************************************************************************!*\
|
||||
!*** 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, __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;
|
||||
|
||||
|
||||
/***/ }),
|
||||
/* 375 */,
|
||||
/* 376 */,
|
||||
/* 377 */,
|
||||
/* 378 */,
|
||||
/* 379 */,
|
||||
/* 380 */
|
||||
/*!*****************************************************************************************************!*\
|
||||
!*** 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);
|
||||
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/* 文章场景相关 */\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
|
||||
module.exports = exports;
|
||||
|
||||
@ -13353,8 +13008,6 @@ try {
|
||||
.default,
|
||||
uCell: __webpack_require__(/*! @/uni_modules/uview-ui/components/u-cell/u-cell.vue */ 404)
|
||||
.default,
|
||||
uIcon: __webpack_require__(/*! @/uni_modules/uview-ui/components/u-icon/u-icon.vue */ 89)
|
||||
.default,
|
||||
}
|
||||
} catch (e) {
|
||||
if (
|
||||
@ -13385,24 +13038,7 @@ var render = function () {
|
||||
"u-cell-group",
|
||||
{ attrs: { _i: 1 } },
|
||||
_vm._l(_vm._$g(2, "f"), function (m, idx, $20, $30) {
|
||||
return _c("u-cell", {
|
||||
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
|
||||
),
|
||||
})
|
||||
return _c("u-cell", { key: m, attrs: { _i: "2-" + $30 } })
|
||||
}),
|
||||
1
|
||||
),
|
||||
@ -14080,7 +13716,7 @@ if(false) {}
|
||||
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/* 文章场景相关 */\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
|
||||
module.exports = exports;
|
||||
|
||||
@ -19076,6 +18712,9 @@ var render = function () {
|
||||
clickTo: function ($event) {
|
||||
return _vm.$handleViewEvent($event)
|
||||
},
|
||||
change: function ($event) {
|
||||
return _vm.$handleViewEvent($event)
|
||||
},
|
||||
},
|
||||
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 |