提交 15545394 编写于 作者: guangjun.yang's avatar guangjun.yang

解决代码报错

上级 85a08bcd
...@@ -110,7 +110,7 @@ export default { ...@@ -110,7 +110,7 @@ export default {
} }
}; };
</script> </script>
<style lang="scss" scoped> <style lang="less" scoped>
.back { .back {
position: absolute; position: absolute;
left: 0px; left: 0px;
...@@ -135,6 +135,7 @@ export default { ...@@ -135,6 +135,7 @@ export default {
position: relative; position: relative;
z-index: 1000000010; z-index: 1000000010;
.nav-back { .nav-back {
font-size: 18px;
display: inline-block; display: inline-block;
position: absolute; position: absolute;
left: 0px; left: 0px;
...@@ -169,6 +170,7 @@ export default { ...@@ -169,6 +170,7 @@ export default {
width: 20px; width: 20px;
} }
.nav-title { .nav-title {
font-size: 18px;
position: relative; position: relative;
top: 10px; top: 10px;
left: 0; left: 0;
...@@ -193,6 +195,7 @@ export default { ...@@ -193,6 +195,7 @@ export default {
} }
.nav-part { .nav-part {
font-size: 18px;
position: fixed; position: fixed;
top: 0; top: 0;
left: 0; left: 0;
......
<template> <template>
<!-- 专项合作首页: 我参与的,其它项目 --> <!-- 专项合作首页: 我参与的,其它项目 -->
<div class="pro-list-container"> <div class="pro-list-container">
<CommonHeader borderStyle="1px solid #e7e7e7" :title="title"></CommonHeader> <CommonHeader :title="title"></CommonHeader>
<!-- <CommonHeader borderStyle="1px solid #e7e7e7" :title="title"></CommonHeader> -->
<CoopListItem style="margin: 10px 0;" :dataList="projectList"></CoopListItem> <CoopListItem style="margin: 10px 0;" :dataList="projectList"></CoopListItem>
<Loading v-if="showLoading"/> <Loading v-if="showLoading"/>
</div> </div>
......
...@@ -16,7 +16,7 @@ export const JsBridgeOptions = { ...@@ -16,7 +16,7 @@ export const JsBridgeOptions = {
GLOBAL_NAME: 'rocNative', GLOBAL_NAME: 'rocNative',
NATIVE_IOS_NAME: 'rociOS', NATIVE_IOS_NAME: 'rociOS',
NATIVE_ANDROID_NAME: '__rocAndroid', NATIVE_ANDROID_NAME: '__rocAndroid',
initMethodsWithCallBack: ['getToken', 'getUserInfo'], // value is string initMethodsWithCallBack: ['getToken', 'getUserInfo', 'getLocalData'], // value is string
initMethodsWithoutCallBack: ['gotoLogin', 'appInit', 'goBack', 'shareWechat', 'showNativeToast', 'dispatchEventByModuleCode', 'appBuryingPointEntrust', 'webLoadSuccess', 'sendBuriedPoint'] // value is string initMethodsWithoutCallBack: ['gotoLogin', 'appInit', 'goBack', 'shareWechat', 'showNativeToast', 'dispatchEventByModuleCode', 'appBuryingPointEntrust', 'webLoadSuccess', 'sendBuriedPoint'] // value is string
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册