cshenfu
2023-05-12 0877d698fde2b9b4ade80eee20c227113adfc853
change module
1个文件已添加
4个文件已修改
28 ■■■■■ 已修改文件
pages.json 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/index/write.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/mine/mine.vue 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/mine/new_file.js 补丁 | 查看 | 原始文档 | blame | 历史
pages/vip/vip.vue 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages.json
@@ -15,10 +15,13 @@
                "navigationStyle": "custom"
            }
        }, {
        },
        {
            "path": "pages/index/index",
            "style": {
                "navigationBarTitleText": "胖大海"
                "navigationBarTitleText": "胖大海",
                "enablePullDownRefresh": false,
                "navigationStyle": "custom"
            }
        }
pages/index/write.vue
@@ -53,13 +53,13 @@
                    <zero-markdown-view style="padding: 0;" :markdown="answer"></zero-markdown-view>
                </view>
            </view>
            <view class="cu-bar text-cyan">
            <!-- <view class="cu-bar text-cyan">
                <view class="action">
                    <text class="text-cyan"></text>
                    <text class="text-lg text-bold">常用模板</text>
                </view>
            </view>
            <view class="padding-lr">
            </view> -->
            <!-- <view class="padding-lr">
                <view v-for="item in write_template" :key="item.write_template_id">
                    <view class="flex align-center text-cyan text-df">
                        <view class="icon-tagfill"></view>
@@ -72,7 +72,7 @@
                        </view>
                    </view>
                </view>
            </view>
            </view> -->
        </view>
        <m-tabbar v-if="showTab" fixed fill :current="tabIndex" :tabbar="tabbar"></m-tabbar>
    </view>
pages/mine/mine.vue
@@ -121,7 +121,8 @@
                rede_code: '',
                loginCode: "",
                showTab: false,
                tabIndex: 0
                tabIndex: 0,
                res_data:'123'
            };
        },
        computed: {
@@ -189,8 +190,8 @@
                }
            },
            toVip() {
                uni.navigateTo({
                    url: "/pages/vip/vip"
                uni.redirectTo({
                    url:'../vip/vip'
                })
            },
            navTo(id) {
@@ -202,6 +203,9 @@
                        break;
                }
            },
            shar(){
                console.log("eeeeeee")
            },
            showContactPop() {
                this.showContact ? this.showContact = false : this.showContact = true;
            },
pages/mine/new_file.js
pages/vip/vip.vue
@@ -67,9 +67,6 @@
        </view>
        
        <text class="tip">专属AI 1秒响应</text>
        <text >{{ data_content }}</text>
        <text >{{ data_content2 }}</text>
        <text >{{ data_content3 }}</text>
        
        <view class="main-title">
            <text>会员特权</text>