shish 5 лет назад
Родитель
Сommit
4ffb318caf

+ 1 - 1
hdApp/src/pagesClient/official/apply.vue

@@ -129,7 +129,7 @@
 
       <div class="btn-wrap">
         <button class="admin-button-com blue big" formType="submit">
-          确认
+          完成
         </button>
       </div>
       <!-- 选择地区 -->

+ 2 - 3
hdApp/src/pagesClient/official/result.vue

@@ -1,8 +1,7 @@
 <template>
 	<appResult title="已提交">
-      <view class="dec">
-          审核时间为一个工作日
-      </view>
+      <!-- <view class="dec">审核时间为一个工作日</view> -->
+      <view class="dec"></view>
 		<button 
       class="admin-button-com blue big" 
       @click="close"

+ 2 - 4
hdApp/src/pagesPurchase/ghsProduct.vue

@@ -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,