提交
This commit is contained in:
@@ -767,8 +767,8 @@ export default {
|
||||
var mynavData = JSON.stringify({
|
||||
goods: [this.selectGoodsData],
|
||||
typeId: 0,
|
||||
navTitle: this.options.navTitle,
|
||||
title: this.options.title,
|
||||
navTitle: this.course.title,
|
||||
title: this.course.title,
|
||||
// sourceType: "curriculum",
|
||||
}); // 这里转换成 字符串
|
||||
uni.navigateTo({
|
||||
@@ -1951,7 +1951,8 @@ export default {
|
||||
}
|
||||
|
||||
.supermarketBox {
|
||||
@include pleft_right(5px) .borderbb {
|
||||
@include pleft_right(5px);
|
||||
.borderbb {
|
||||
background-image: linear-gradient(180deg, #468aff 0%, #46c0ff 100%);
|
||||
@include pleft_right(10px);
|
||||
border-radius: 20rpx;
|
||||
|
||||
Reference in New Issue
Block a user