门店信息抖音UID换成门店ID
This commit is contained in:
@ -66,8 +66,8 @@
|
|||||||
{{ storeInfo.name }}
|
{{ storeInfo.name }}
|
||||||
</view>
|
</view>
|
||||||
<view class="mb-16rpx flex items-center text-24rpx text-[#606266] leading-40rpx">
|
<view class="mb-16rpx flex items-center text-24rpx text-[#606266] leading-40rpx">
|
||||||
<text class="w-140rpx">抖音uid:</text>
|
<text class="w-140rpx">门店ID:</text>
|
||||||
<text class="flex-1 text-[#000]">{{ storeInfo.dy_uid || '-' }}</text>
|
<text class="flex-1 text-[#000]">{{ storeInfo.id }}</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="mb-16rpx flex items-center text-24rpx text-[#606266] leading-40rpx">
|
<view class="mb-16rpx flex items-center text-24rpx text-[#606266] leading-40rpx">
|
||||||
<text class="w-140rpx">门店地址:</text>
|
<text class="w-140rpx">门店地址:</text>
|
||||||
@ -155,8 +155,8 @@ const isLogin = ref<boolean>(false)
|
|||||||
|
|
||||||
// 门店信息
|
// 门店信息
|
||||||
const storeInfo = ref({
|
const storeInfo = ref({
|
||||||
|
id: 0,
|
||||||
name: '',
|
name: '',
|
||||||
dy_uid: '',
|
|
||||||
address: '',
|
address: '',
|
||||||
business_hours: '',
|
business_hours: '',
|
||||||
contact_phone: '',
|
contact_phone: '',
|
||||||
|
|||||||
Reference in New Issue
Block a user