|
|
@@ -2,11 +2,11 @@
|
|
|
<appResult title="注册成功">
|
|
|
<view class="dec"></view>
|
|
|
<view v-if="fromCg == 1">
|
|
|
- <button class="admin-button-com blue big" @click="beginCg()" >开始采购</button>
|
|
|
+ <button class="admin-button-com blue big" @click="beginCg()" >开始买花</button>
|
|
|
</view>
|
|
|
<view v-else>
|
|
|
<button class="admin-button-com blue big" v-if="scene==''" @click="goBack()" >返回</button>
|
|
|
- <button class="admin-button-com blue big" v-else @click="beginCg()" >开始采购</button>
|
|
|
+ <button class="admin-button-com blue big" v-else @click="beginCg()" >开始买花</button>
|
|
|
</view>
|
|
|
</appResult>
|
|
|
</template>
|