yujian
2020-05-16 26efe0ade3dc0dcd32211cbfc3ae7278a405379e
今日推荐活动
1个文件已修改
14 ■■■■ 已修改文件
childPath/editor/message/todayPush/today_evaluate.html 14 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
childPath/editor/message/todayPush/today_evaluate.html
@@ -73,12 +73,12 @@
                </div>
                
                <!-- 是否自动发布 -->
                <div class="fboxRow Xstart Ystart" style="width:4rem; padding:10px;">
                <div class="fboxRow Xstart Ystart" style="width:4rem; padding:0px 0px 0px 10px;">
                    <div class="shuoming font18 font-blue">推送发圈ID</div>
                    <div class="flex1 fboxCol Xstart Ystart">
                        <div class="inputShell admin-header-input"><input type="text"  id="thingId"   v-model="info.thingId"/></div>
                    </div>
                    <div class="admin-btn-roundM bg-green"  style="margin:3px 240px 0px 0px;" onclick="evaluateView()">选择发圈内容</div>
                    <div class="admin-btn-roundM bg-green"  style="margin:3px 240px 0px 0px;" onclick="evaluateView()">选择活动</div>
                </div>
                
                <!-- 是否自动发布 -->
@@ -223,15 +223,7 @@
            doui.urlParam({
                success: function (res)
                {
                    // 新建
                    if (res.type == "new")
                    {
                        // 从本地获取商品
                        var goods = vm.goods.localGoodsParsing();
                        vm.goods.list = goods;
                    }
                    // 修改
                    else if (res.type == "updata")
                    if (res.type == "updata")
                    {
                        // 获取id
                        vm.info.id = res.id;