Feat:体验店入驻审核

This commit is contained in:
linxi
2026-03-12 12:29:27 +08:00
parent d0ca72c855
commit 6b849c5300
4 changed files with 966 additions and 0 deletions
+10
View File
@@ -38,6 +38,13 @@
mode="widthFix"
@click="toTravelResidence"
/>
<image
v-show="partnerType === 'pioneer' || partnerType === ''"
:src="images.experienceStoreImage"
class="img-item"
mode="widthFix"
@click="goto('experience_store')"
/>
</view>
</template>
@@ -116,6 +123,9 @@ export default {
}
this.$yrouter.push('/pkg_join/views/shop?partnerId=' + this.partnerId)
break
case 'experience_store':
this.$yrouter.push('/pkg_join/views/experienceStore?partnerId=' + this.partnerId)
break
case 'wholesaler':
if (this.hasWholesaler === 1) {
this.$global.goSupplierMini()