听书页面
This commit is contained in:
@@ -55,9 +55,12 @@
|
||||
</view>
|
||||
|
||||
<view class="xiugai">
|
||||
<view class="nav_list" @click="onPageJump('../bookShop/orderList')">
|
||||
<view class="nav_list" @click="switchTab('../bookShop/orderList')">
|
||||
<text>我的订单</text>
|
||||
</view>
|
||||
<view class="nav_list" @click="onPageJump('../listen/home')">
|
||||
<text>我的听书</text>
|
||||
</view>
|
||||
<!-- <view v-if="showEbook" class="nav_list" @click="onPageJump('../eBook/bookBuy')">
|
||||
<text>电子书购买记录</text>
|
||||
</view> -->
|
||||
@@ -70,6 +73,7 @@
|
||||
<view class="nav_list" @click="onPageJump('../user/address')">
|
||||
<text>地址管理</text>
|
||||
</view>
|
||||
|
||||
<!-- <view class="nav_list" @click="onGoing()">
|
||||
<text>帮助与反馈</text>
|
||||
</view> -->
|
||||
@@ -127,6 +131,11 @@
|
||||
},
|
||||
//方法
|
||||
methods: {
|
||||
switchTab(url){
|
||||
uni.switchTab({
|
||||
url: url
|
||||
});
|
||||
},
|
||||
getData() {
|
||||
// 获取个人信息
|
||||
if (this.userInfo.id != undefined) {
|
||||
@@ -148,14 +157,14 @@
|
||||
//分享app
|
||||
onShare(){
|
||||
let shareData = {
|
||||
shareUrl:"https://sj.qq.com/appdetail/com.cn.nuttyreading?source=gdaq",
|
||||
shareUrl:"https://www.nuttyreading.com/nuttyreading.apk",
|
||||
shareTitle:"疯子读书",
|
||||
type:'0',
|
||||
shareContent:"疯子读书",
|
||||
shareContent:"疯子读书,请使用浏览器打开本链接,自动下载安装包",
|
||||
shareImg:"static/fengziIcon.jpg",
|
||||
appId : "wx47134a8f15083734", // 默认不传type的时候,必须传appId和appPath才会显示小程序图标1
|
||||
appPath : "https://sj.qq.com/appdetail/com.cn.nuttyreading?source=gdaq",
|
||||
appWebUrl : "https://sj.qq.com/appdetail/com.cn.nuttyreading?source=gdaq",
|
||||
appId : "wx47134a8f15083734", // 默认不传type的时候,必须传appId和appPath才会显示小程序图标
|
||||
appPath : "https://www.nuttyreading.com/nuttyreading.apk",
|
||||
appWebUrl : "https://www.nuttyreading.com/nuttyreading.apk",
|
||||
};
|
||||
// 调用
|
||||
let shareObj = appShare(shareData,res => {
|
||||
|
||||
Reference in New Issue
Block a user