请求头添加apptype

This commit is contained in:
@fawn-nine
2024-05-29 17:02:21 +08:00
parent 92df12db8e
commit 97b70afa01
7 changed files with 126 additions and 31 deletions

View File

@@ -188,7 +188,7 @@
</view>
</view>
<view class="moreBox shiting">
<text @click="onPageJump()">更多试听</text>
<text @click="onPageJump('/pages/course/index',26,'精彩试听')">更多试听</text>
</view>
</view>
@@ -519,9 +519,9 @@
},
// 跳转
onPageJump(url,thatId) {
onPageJump(url,thatId,title) {
uni.navigateTo({
url: `${url}?id=${thatId}`
url: `${url}?id=${thatId}&title=${title}`
});
},
@@ -1326,6 +1326,6 @@
}
.imgcontainer {
background-color: #d0e9ff;
background-color: $imgBg;
}
</style>