提交 c53ca70f 编写于 作者: zhangzhiwei's avatar zhangzhiwei

.

上级 972e1a6b
......@@ -48,7 +48,7 @@
} catch {
}
}
uni.setStorageSync('subdomain',window.location.port === '3000'?'0571gs008':'0571gs008')
uni.setStorageSync('subdomain',window.location.port === '3000'?'alisa1':'alisa1')
});
onShow(() => {
console.log("App Show");
......
......@@ -8,7 +8,7 @@
</van-sticky>
<div class="main">
<van-sidebar style="width:180rpx;" class="sidebar" v-model="categoryIndex" >
<van-sidebar-item @click="onChange(item.id)" v-for="(item,index) in categoryList" :key="item.id" :title="item.name" />
<van-sidebar-item class="my-sidebar-item-font-size" @click="onChange(item.id)" v-for="(item,index) in categoryList" :key="item.id" :title="item.name" />
</van-sidebar>
<div class="right-content" >
<van-list v-if="inited" :loading="good.loading" :finished="good.finished" finished-text="没有更多了"
......@@ -188,6 +188,9 @@
</script>
<style scoped>
.my-sidebar-item-font-size {
font-size: 26rpx; /* 调整 van-sidebar-item 的字体大小 */
}
.image-container {
background-color: #ffffff;
border-top-left-radius: 10px; /* 设置圆角的大小 */
......
......@@ -6,8 +6,10 @@
<view class="top-center">店铺名片</view>
</view>
</van-sticky>
<van-image radius="20rpx" src="../../static/haibao1.jpg"
/>
<view style="margin: 20rpx 30rpx">
<van-image src="../../static/haibao1.png"/>
</view>
</view>
</template>
......
......@@ -21,9 +21,9 @@ border: 1rpx solid #EBA926;color: #EBA926;padding: 2rpx 10rpx" @click="goPhoneBt
<van-row gutter="12" class="pd-h-px-10" style="padding-top: 26rpx">
<view style="color: #666666;font-size: 26rpx;letter-spacing: 1rpx;margin-top: 6rpx"><van-icon name="location-o" />浙江省杭州市杭州市莫干山路1418-66号3幢12层 1203 室</view>
</van-row>
<view class="pd-h-px-10" style="padding-top: 40rpx;text-align: center">
<van-button style="width: 90%" icon="photo-o" type="primary" @click="goto('/pages/index/userCard')">店铺海报</van-button>
</view>
<!--<view class="pd-h-px-10" style="padding-top: 40rpx;text-align: center">-->
<!--<van-button style="width: 90%" icon="photo-o" type="primary" @click="goto('/pages/index/userCard')">店铺海报</van-button>-->
<!--</view>-->
</view>
</view>
</template>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册