Commit f9542d84 authored by 罗超's avatar 罗超

修改部分样式

parent 660ae09b
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<view style="display: flex;flex-direction: row;align-items: center;"> <view style="display: flex;flex-direction: row;align-items: center;">
<u-avatar :src="shopData.Logo" size="100" slot="addBtn"></u-avatar> <u-avatar :src="shopData.Logo" size="100" slot="addBtn"></u-avatar>
<view class="shopbox_l_text"> <view class="shopbox_l_text">
<text class="item_text" :style=" {'font-size': '30rpx','color': ad.fontColor,'font-size':'Bold'}">{{shopData.Name?shopData.Name:''}}</text> <text class="item_text" :style=" {'font-size': ad.fontSize+'px','color': ad.fontColor,'font-weight':ad.isBold?'bold':'400'}">{{shopData.Name?shopData.Name:''}}</text>
<text class="item_text" :style=" {'font-size': '24rpx','color': ad.fontColor,}">{{shopData.Notice?shopData.Notice:''}}</text> <text class="item_text" :style=" {'font-size': '24rpx','color': ad.fontColor,}">{{shopData.Notice?shopData.Notice:''}}</text>
</view> </view>
</view> </view>
......
...@@ -78,7 +78,7 @@ ...@@ -78,7 +78,7 @@
@closeBtn="closeBtn" @closeBtn="closeBtn"
></coupon> ></coupon>
<auth v-if="showAuth" @changeuserinfo="reloadUserinfo" @gbAuth="gbAuth"></auth> <auth v-if="showAuth" @changeuserinfo="reloadUserinfo" @gbAuth="gbAuth"></auth>
<!-- <official-account></official-account> --> <official-account></official-account>
</view> </view>
</view> </view>
</template> </template>
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
.quick_slider { .quick_slider {
padding: 5px 17px; padding: 5px 17px;
border-radius: 20px; border-radius: 20px;
background-color: #ebebeb; /* background-color: #ebebeb; */
color: #272727; color: #272727;
display: inline-block; display: inline-block;
font-size: 12px; font-size: 12px;
...@@ -132,6 +132,15 @@ ...@@ -132,6 +132,15 @@
style="height:100vh;" style="height:100vh;"
:style="{ 'height': `calc(100vh - ${paddingBottm})` }" :style="{ 'height': `calc(100vh - ${paddingBottm})` }"
> >
<view style="padding:5px 10px">
<u-search
v-model="conMsg.KeyWords"
:show-action="true"
action-text="搜索"
:animation="true"
@blur="goSearch"
></u-search>
</view>
<view class="quick-head"> <view class="quick-head">
<u-tabs <u-tabs
name="Name" name="Name"
...@@ -229,7 +238,11 @@ ...@@ -229,7 +238,11 @@
style="margin-right:5px;" style="margin-right:5px;"
> >
<!-- 分段显示 --> <!-- 分段显示 -->
<img :src="subItem" @click="previewImage(index, item.ImgList)" style="height:190rpx;width:190rpx;" /> <img
:src="subItem"
@click="previewImage(index, item.ImgList)"
style="height:190rpx;width:190rpx;"
/>
</view> </view>
</view> </view>
</view> </view>
...@@ -282,7 +295,7 @@ export default { ...@@ -282,7 +295,7 @@ export default {
msg: { msg: {
Name: "", //页面名称 Name: "", //页面名称
pageIndex: 1, pageIndex: 1,
pageSize: 10, pageSize: 10
}, },
active: 0, //一级 active: 0, //一级
active2: -1, //二级选中 active2: -1, //二级选中
...@@ -354,6 +367,11 @@ export default { ...@@ -354,6 +367,11 @@ export default {
this.u = uni.getStorageSync("mall_UserInfo"); this.u = uni.getStorageSync("mall_UserInfo");
}, },
methods: { methods: {
goSearch() {
this.conMsg.pageIndex=1
this.dataList=[]
this.getContent();
},
getTabsHeight() { getTabsHeight() {
let that = this; let that = this;
const query = uni.createSelectorQuery().in(this); const query = uni.createSelectorQuery().in(this);
......
...@@ -101,6 +101,7 @@ ...@@ -101,6 +101,7 @@
pageSize: 10, pageSize: 10,
GradeId: 1 GradeId: 1
}, },
titleDirect:1,
msg2: { msg2: {
pageIndex: 1, pageIndex: 1,
pageSize: 10, pageSize: 10,
...@@ -172,6 +173,8 @@ ...@@ -172,6 +173,8 @@
} else { } else {
this.msg2.IsDirect = 0; this.msg2.IsDirect = 0;
} }
this.titleDirect=this.msg2.IsDirect
this.getUserMyTeamTitelListForFX();
this.init2(1); this.init2(1);
}, },
getUserMyTeamTitelListForFX() { getUserMyTeamTitelListForFX() {
...@@ -180,7 +183,9 @@ ...@@ -180,7 +183,9 @@
}); });
this.request2({ this.request2({
url: '/api/AppletUser/GerUserMyTeamTitelListForFX', url: '/api/AppletUser/GerUserMyTeamTitelListForFX',
data: {} data: {
IsDirect:this.titleDirect
}
}, },
(res) => { (res) => {
......
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