获取[[PromiseResult]]中的数据

简介: 获取[[PromiseResult]]中的数据

var router= this.$router.push('/choose?keyword='+this.value).then(res=>{
         console.log(res.query);
       })
       console.log(router);

82133f7b53214e3cacb8df5516787f40.png

或者

if (index !=0) {
        console.log(index);
        const btn = 1;
        this.$axios
          .get(`/index_category/${index + 1}/data/${btn}`).then((v)=>{......})
    }

获取指定分类页面特有的数据

this.$axios
        .post("/goods/search", null, {
          params: {
            title: this.file,
            page: this.page,
            ...this.options,
            ...this.
相关文章
|
6月前
|
编译器 程序员 API
C++ 14 17 新特性:[[fallthrough]], [[nodiscard]], [[maybe_unused]], 和 [[deprecated]] 新属性的使用...
C++ 14 17 新特性:[[fallthrough]], [[nodiscard]], [[maybe_unused]], 和 [[deprecated]] 新属性的使用...
93 3
|
2月前
|
JavaScript 前端开发 索引
|
6月前
|
存储 机器学习/深度学习 JavaScript
array
array
35 2
|
6月前
ES6的Array.from({length:N})方法创建长度为N的undefined数组,等价于 [...Array(N)]
ES6的Array.from({length:N})方法创建长度为N的undefined数组,等价于 [...Array(N)]
|
索引 Python
Python报错:IndexError: index 0 is out of bounds for axis 0 with size 0
Python报错:IndexError: index 0 is out of bounds for axis 0 with size 0
368 0
range
range() 是一个函数,可以用来生成一个自然数的序列。 该函数需要三个参数:起始位置(可以省略,默认是 0);结束位置;步长(可以省略,默认是 1)。 通过 range() 可以创建一个执行指定次数的 for 循环。
112 0
range
|
存储
range_hashed
range_hashed
89 0
|
存储
Array
Array
141 0
|
索引 Python
成功解决ValueError: column index (256) not an int in range(256)
成功解决ValueError: column index (256) not an int in range(256)
成功解决ValueError: column index (256) not an int in range(256)