Commit 8446be33 authored by 黄奎's avatar 黄奎

商品详情页标题高度

parent 58561e27
...@@ -130,7 +130,7 @@ ...@@ -130,7 +130,7 @@
<!-- id27开始 --> <!-- id27开始 -->
<view class="g-info" v-if="u.TenantId==27" style="position: relative;"> <view class="g-info" v-if="u.TenantId==27" style="position: relative;">
<!-- 标题 --> <!-- 标题 -->
<view class="g-name u-skeleton-rect" style="height: 60rpx;"> <view class="g-name u-skeleton-rect" >
<view v-if="g.marketingLogo.iswords&&g.marketingLogo.iswords==1 && g.marketingLogo.words!=''" <view v-if="g.marketingLogo.iswords&&g.marketingLogo.iswords==1 && g.marketingLogo.words!=''"
class="Logo" :style="{color: g.marketingLogo.wordsColor, class="Logo" :style="{color: g.marketingLogo.wordsColor,
background:g.marketingLogo.wordsBack ,}">{{g.marketingLogo.words}}</view> background:g.marketingLogo.wordsBack ,}">{{g.marketingLogo.words}}</view>
......
...@@ -555,7 +555,6 @@ ...@@ -555,7 +555,6 @@
} }
this.requestJJSWAdmin("/api/WeChatPublic/CheckStuSubmitOrder", postMsg, this.requestJJSWAdmin("/api/WeChatPublic/CheckStuSubmitOrder", postMsg,
(res) => { (res) => {
console.log("es",res)
if (res.data.Code != 1) { if (res.data.Code != 1) {
that.limits = true that.limits = true
if(res.data.Message&&res.data.Message!='') if(res.data.Message&&res.data.Message!='')
......
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