|
|
@@ -57,7 +57,7 @@
|
|
|
<image @click="pageTo({ url: '/admin/custom/selectCustom',query: {style:1}})" :src="pfSrc" mode="widthFix" ></image>
|
|
|
</view>
|
|
|
|
|
|
- <!-- 新人手册 -->
|
|
|
+ <!-- 使用手册 -->
|
|
|
<view v-if="showBook == 1" style="text-align:center;position:relative;" @click="pageTo({ url: '/admin/book/index'})">
|
|
|
<view @click.stop="closeBook" style="position:absolute;right:38rpx;top:8rpx;"><image style="width:38rpx;" :src="`${constant.imgUrl}/book/close1.png`" mode="widthFix"></image></view>
|
|
|
<image style="border:4rpx solid #DDDDDD;margin:0 auto;width:695rpx;border-radius:15rpx;" :src="`${constant.imgUrl}/book/book5.png`" mode="widthFix"></image>
|
|
|
@@ -291,7 +291,7 @@ export default {
|
|
|
let that = this
|
|
|
uni.showModal({
|
|
|
title: "确定关闭?",
|
|
|
- content: "关闭后可以在底部菜单【我的】-【新人手册】重新打开",
|
|
|
+ content: "关闭后可以在底部菜单【我的】-【使用手册】重新打开",
|
|
|
success: function (res) {
|
|
|
if (res.confirm) {
|
|
|
that.showBook = 0
|