|
|
@@ -113,7 +113,7 @@
|
|
|
</view>
|
|
|
</template>
|
|
|
|
|
|
-<script>
|
|
|
+<script>
|
|
|
import AppSearchModule from "@/components/module/app-search";
|
|
|
import AppTabs from "@/components/plugin/tabs";
|
|
|
import AppWrapperEmpty from "@/components/app-wrapper-empty";
|
|
|
@@ -152,8 +152,6 @@ export default {
|
|
|
},
|
|
|
onLoad () {
|
|
|
|
|
|
- this.initData({requestType:'kd'})
|
|
|
-
|
|
|
if(this.option.customName){
|
|
|
uni.setNavigationBarTitle({ title: this.option.customName })
|
|
|
}
|
|
|
@@ -162,6 +160,8 @@ export default {
|
|
|
this.selectJobId = this.option.customId
|
|
|
}
|
|
|
|
|
|
+ this.initData({requestType:'kd'})
|
|
|
+
|
|
|
//提醒花材分类位置移动
|
|
|
getClassRemind().then(res=>{
|
|
|
if(res.code == 1){
|