请求头添加apptype
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user