Commit 3c1e6a8f authored by Mac's avatar Mac

1

parent a26cbc0c
......@@ -20,7 +20,7 @@
<view class="tiaoti">
<view style="display: flex;flex-direction: row;align-items: center;">
<view class="tiaoti-l"></view>
<text style="font-size: 12px;color: #1C1E1F;margin-left: 5px;">{{count}}评价</text>
<text style="font-size: 12px;color: #1C1E1F;margin-left: 5px;">{{count}}留言</text>
</view>
<view style="display: flex;flex-direction: row;align-items: center;" v-if="count>5" @click="gocomList">
......
......@@ -36,7 +36,7 @@
width: calc(100vw - 20px);
padding-top: 10px;
">
<u-empty text="没有找到商品信息" font-size="36" mode="list" ></u-empty>
<u-empty text="没有找到资讯" font-size="36" mode="list" ></u-empty>
</view>
</view>
......
......@@ -556,7 +556,7 @@ export default {
setFavorite(){
this.request2(
{
url: '/api/AppletUser/GetAppletCourseCollect',
url: '/api/AppletUser/SetUserCollectionInfo',
data: {
GoodsId: this.id
}
......
......@@ -58,7 +58,7 @@
<view class="kecheng">
<view class="tiaoti">
<view class="tiaoti-l"></view>
<text style="font-size: 16px;color: #1B1D1E;margin-left: 5px;">课程简介</text>
<text style="font-size: 16px;color: #1B1D1E;margin-left: 5px;">教师简介</text>
</view>
<view style="padding: 10px;">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment