修改
This commit is contained in:
parent
ed9e38483a
commit
bd1a7db910
@ -777,6 +777,9 @@
|
||||
this.baseurl = baseurl;
|
||||
this.usershow = false;
|
||||
this.loginFlag = false
|
||||
this.couponId = null
|
||||
this.Paidinprice = null
|
||||
this.coupon = null
|
||||
const value = uni.getStorageSync('patientId');
|
||||
if (value) {
|
||||
AppIdentification(value).then(res => {
|
||||
|
||||
@ -20,9 +20,7 @@
|
||||
分类
|
||||
</view>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
|
||||
<!-- <view class="inputs">
|
||||
<i class="icon"></i>
|
||||
<input v-model="goodsName" type="text" name="" id="" class="input" placeholder="请输入商品名称">
|
||||
@ -375,7 +373,7 @@
|
||||
.productlist {
|
||||
width: 100%;
|
||||
margin: 0 auto;
|
||||
padding: 20rpx 0 0 0;
|
||||
padding: 100rpx 0 0 0;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-evenly;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user