Feat:体验店入驻审核
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user