|
|
@@ -107,9 +107,7 @@
|
|
|
</modal-module>
|
|
|
<FooterCart :price="allPrice" :count="allCount" @confirm="confirmSelectEvent" ></FooterCart>
|
|
|
<noneHd :show.sync="notOpenShop" title=".." btnText="我要采购" @bthClick="toPage"></noneHd>
|
|
|
-
|
|
|
- <sel-popup :show="popupShow" :info="infoData" @close="hidePopup" />
|
|
|
-
|
|
|
+ <sel-popup :show="popupShow" :info="infoData" @close="hidePopup" />
|
|
|
</view>
|
|
|
</template>
|
|
|
|
|
|
@@ -311,7 +309,7 @@ export default {
|
|
|
},
|
|
|
toPage() {
|
|
|
this.$util.pageTo({
|
|
|
- url: "/pagesClient/official/index",
|
|
|
+ url: "/pagesClient/official/apply",
|
|
|
type: 2,
|
|
|
query: {
|
|
|
ghsShopAdminId: this.ghsShopAdminId,
|