Feat:管家入驻(小程序)
This commit is contained in:
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user