Feat:管家入驻(小程序)

This commit is contained in:
LinCyJang
2025-10-10 23:42:37 +08:00
parent 0dd7b2ed2d
commit 9244c3215d
5 changed files with 795 additions and 0 deletions
+16
View File
@@ -32,6 +32,12 @@
mode="widthFix"
@click="goto('wholesaler')"
/>
<image
:src="images.wholesalerImage"
class="img-item"
mode="widthFix"
@click="toTravelResidence"
/>
</view>
</template>
@@ -68,6 +74,16 @@ export default {
})
},
methods: {
/**
* 跳转旅游 residences
*/
toTravelResidence() {
this.$yrouter.push('/pkg_join/views/travelResidence?partnerId=' + this.partnerId)
},
/**
* 跳转
* @param {string} target - 目标页面
*/
goto(target) {
switch (target) {
case 'goods_supplier':