shenghy / my-blog

我的博客系统
22 stars 8 forks source link

[Vssue]vueDemo #9

Open shenghy opened 5 years ago

shenghy commented 5 years ago

http://new.jspang.com/posts/2017/05/22/vuedemo.html

muyangKun commented 5 years ago

页面里的文本链接都没有了,感觉不太方便。

wangyachao23 commented 5 years ago

作者大大那个链接又不能请求啦,能不能把文本放出来呀

wxy2077 commented 5 years ago
marry110 commented 5 years ago

拉取分类商品数据: 远端服务器地址:https://www.easy-mock.com/mock/5b8b30dbf032f03c5e71de7f/kuaican/typeGoods

接口图片信息失效,请更新下,技术胖老师。

marry110 commented 5 years ago

"goodsImg": "http://7xjyw1.com1.z0.glb.clouddn.com/pos001.jpg", 图片路径失效

junglehunter96 commented 5 years ago

这些数据完全可以自己在easy mock上创建啊 胖哥都把数据给出来了 图片自己添加就行了

wxy2077 commented 5 years ago

@marry110

"goodsImg": "http://7xjyw1.com1.z0.glb.clouddn.com/pos001.jpg", 图片路径失效

可以参考我那个Flask写出来的模拟接口自己定义。

29B commented 5 years ago

为什么不能够点击右侧的商品,然后把商品添加到左边的列表里?担心敲错,自己敲完,又核对了视频中、文本里的代码,但依旧不能够运行。

Hbuilderx commented 5 years ago

图片全部不能显示~~~

liyongbo233 commented 5 years ago

@29B

为什么不能够点击右侧的商品,然后把商品添加到左边的列表里?担心敲错,自己敲完,又核对了视频中、文本里的代码,但依旧不能够运行。

你这样问 别人怎么回答啊! 我的就可以。把代码贴出来看一下

wxy2077 commented 5 years ago

@liyongbo233

@29B

为什么不能够点击右侧的商品,然后把商品添加到左边的列表里?担心敲错,自己敲完,又核对了视频中、文本里的代码,但依旧不能够运行。

你这样问 别人怎么回答啊! 我的就可以。把代码贴出来看一下

我自己敲到那个可以,可以查看我github的代码

JserJser commented 5 years ago

上面两个关于数据的.php链接404了,大家可以直接使用我的mock数据链接哇,不影响后面学习呢 created: function () { let baseUrl = 'https://www.easy-mock.com/mock/5c07a781d292dd2dc4f9caa8/mockapi' axios.get(baseUrl + '/oftenGoods') .then(response => { console.log('response', response) this.oftenGoods = response.data }) .catch(error => { console.log(error) alert('网络错误,不能访问') }) axios.get(baseUrl + '/typeGoods') .then(response => { console.log('......response', response) this.type0Goods = response.data[0] this.type1Goods = response.data[1] this.type2Goods = response.data[2] this.type3Goods = response.data[3] }) .catch(error => { console.log(error) alert('网络错误,不能访问') }) },

sunnysyy commented 5 years ago

您好,技术胖,我想问个打包上线的问题,vue页面npm run build打包发布上线以后,用户点击浏览器的页面,没有更新到最新版本,只能用户刷新页面才行,体验很差,这个该怎么解决呢

poemZest commented 5 years ago

有一个问题想问一下就是,我打包好以后的项目,访问dist文件夹下的index.html页面,网络请求失败,出现类似于跨域问题的错误提示,这个是需要额外配置什么嘛???

Ling137 commented 5 years ago

技术胖老师,有新的接口连接吗?现在这个请求不了了。。。

AmandaKitten commented 4 years ago

为什么我的第四节开始 height 100% 不生效呢?