bitterg

Results 3 comments of bitterg

you should set bid_modifier field when you generate update_mask,then remove bid_modifier when doing update operation。 My example code run well and bid_modifier has been cleared. ``` $criterion = array( 'resource_name'...

我在chrome环境下,syncCheck居然会偶尔返回乱码 `o¨a—’r9˜Ídó»Ýz=ésÝRAiÀ8²

问题在src/core.js=>syncCheck方法。 当返回乱码的时候,request后面的then以及catch不工作 ` return this.request({ method: 'GET', url: this.CONF.API_synccheck, params: params }).then(res => { let window = { synccheck: {} } // eslint-disable-next-line eval(res.data) assert.equal(window.synccheck.retcode, this.CONF.SYNCCHECK_RET_SUCCESS, res) return window.synccheck.selector })`